Searched refs:pthread_self_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dthread.cc301 // 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_);
986 pthread_self_(0),
H A Dthread.h789 pthread_t pthread_self_; variable

Completed in 58 milliseconds