Home
last modified time | relevance | path

Searched refs:pthread_self (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dentrypoints_order_test.cc112 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, name, pthread_self, sizeof(void*)); in CheckThreadOffsets()
113 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, pthread_self, last_no_thread_suspension_cause, in CheckThreadOffsets()
Dthread.cc694 tlsPtr_.pthread_self = pthread_self(); in Init()
891 GetThreadStack(tlsPtr_.pthread_self, &read_stack_base, &read_stack_size, &read_guard_size); in InitStackHwm()
973 pthread_getcpuclockid(tlsPtr_.pthread_self, &cpu_clock_id); in GetCpuMicroTime()
1296 CHECK_PTHREAD_CALL(pthread_getschedparam, (thread->tlsPtr_.pthread_self, &policy, &sp), in DumpState()
1299 << " handle=" << reinterpret_cast<void*>(thread->tlsPtr_.pthread_self); in DumpState()
Dthread.h1364 frame_id_to_shadow_frame(nullptr), name(nullptr), pthread_self(0), in PACKED()
1460 pthread_t pthread_self; in PACKED() local
Dtrace.cc239 CHECK_EQ(pthread_self(), sampling_pthread_); in CompareAndUpdateStackTrace()
Dutils.cc978 errno = pthread_setname_np(pthread_self(), buf); in SetThreadName()