Searched refs:pthread_self (Results 1 – 8 of 8) sorted by relevance
/art/test/2037-thread-name-inherit/ |
D | thread_name_inherit.cc | 34 pthread_t self = pthread_self(); in ThreadMain()
|
/art/runtime/ |
D | entrypoints_order_test.cc | 108 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, name, pthread_self, sizeof(void*)); in CheckThreadOffsets() 109 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, pthread_self, last_no_thread_suspension_cause, in CheckThreadOffsets()
|
D | thread.cc | 967 tlsPtr_.pthread_self = pthread_self(); in Init() 1340 GetThreadStack(tlsPtr_.pthread_self, &read_stack_base, &read_stack_size, &read_guard_size); in InitStackHwm() 1443 pthread_getcpuclockid(tlsPtr_.pthread_self, &cpu_clock_id); in GetCpuMicroTime() 2066 CHECK_PTHREAD_CALL(pthread_getschedparam, (thread->tlsPtr_.pthread_self, &policy, &sp), in DumpState() 2070 << " handle=" << reinterpret_cast<void*>(thread->tlsPtr_.pthread_self); in DumpState()
|
D | thread.h | 1940 pthread_self(0), in PACKED() 2050 pthread_t pthread_self; in PACKED() local
|
D | trace.cc | 350 CHECK_EQ(pthread_self(), sampling_pthread_); in CompareAndUpdateStackTrace()
|
/art/libartbase/base/ |
D | utils.cc | 305 errno = pthread_setname_np(pthread_self(), buf); in SetThreadName()
|
/art/runtime/native/ |
D | dalvik_system_ZygoteHooks.cc | 381 int rc = pthread_getname_np(pthread_self(), name_buf, kMaxProcessNameLength); in ZygoteHooks_nativePostForkChild()
|
/art/runtime/jit/ |
D | profile_saver.cc | 778 if (pthread_self() == profiler_pthread) { in FetchAndCacheResolvedClassesAndMethods()
|