Searched refs:pthread_self (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | entrypoints_order_test.cc | 112 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()
|
D | thread.cc | 694 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()
|
D | thread.h | 1364 frame_id_to_shadow_frame(nullptr), name(nullptr), pthread_self(0), in PACKED() 1460 pthread_t pthread_self; in PACKED() local
|
D | trace.cc | 239 CHECK_EQ(pthread_self(), sampling_pthread_); in CompareAndUpdateStackTrace()
|
D | utils.cc | 978 errno = pthread_setname_np(pthread_self(), buf); in SetThreadName()
|