HomeSort by relevance Sort by last modified time
    Searched refs:pthread_self_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/tools/cygprofile/
cygprofile.cc 92 : in_use_(false), lwp_(GetLwp()), pthread_self_(pthread_self()) { }
141 pthread_t pthread_self_; member in class:cygprofile::CygTlsLog
240 CHECK(tls_current_log->pthread_self_ == pthread_self());
247 CHECK(tls_current_log->pthread_self_ == pthread_self());
262 CHECK(tls_current_log->pthread_self_ == pthread_self());
327 kLogFileNamePrefix, getpid(), lwp_, pthread_self_, getppid());
  /art/runtime/
thread.cc 301 // Set pthread_self_ ahead of pthread_setspecific, that makes Thread::Current function, this
302 // avoids pthread_self_ ever being invalid when discovered from Thread::Current().
303 pthread_self_ = pthread_self();
420 GetThreadStack(pthread_self_, stack_base, stack_size);
502 pthread_getcpuclockid(pthread_self_, &cpu_clock_id);
742 CHECK_PTHREAD_CALL(pthread_getschedparam, (thread->pthread_self_, &policy, &sp), __FUNCTION__);
744 << " handle=" << reinterpret_cast<void*>(thread->pthread_self_);
    [all...]
thread.h 789 pthread_t pthread_self_; variable

Completed in 228 milliseconds