Lines Matching refs:pthread_self
363 tlsPtr_.pthread_self = pthread_self();
503 GetThreadStack(tlsPtr_.pthread_self, &read_stack_base, &read_stack_size, &read_guard_size);
611 pthread_getcpuclockid(tlsPtr_.pthread_self, &cpu_clock_id);
818 CHECK_PTHREAD_CALL(pthread_getschedparam, (thread->tlsPtr_.pthread_self, &policy, &sp),
821 << " handle=" << reinterpret_cast<void*>(thread->tlsPtr_.pthread_self);