Home
last modified time | relevance | path

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

/art/sigchainlib/
Dsigchain_test.cc78 pthread_sigqueue(pthread_self(), SIGSEGV, value); in RaiseHandled()
84 pthread_sigqueue(pthread_self(), SIGSEGV, value); in RaiseUnhandled()
/art/test/2037-thread-name-inherit/
Dthread_name_inherit.cc34 pthread_t self = pthread_self(); in ThreadMain()
/art/runtime/
Dentrypoints_order_test.cc109 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, name, pthread_self, sizeof(void*)); in CheckThreadOffsets()
110 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, pthread_self, last_no_thread_suspension_cause, in CheckThreadOffsets()
Dthread.h1691 frame_id_to_shadow_frame(nullptr), name(nullptr), pthread_self(0), in PACKED()
1796 pthread_t pthread_self; in PACKED() local
Dthread.cc933 tlsPtr_.pthread_self = pthread_self(); in Init()
1300 GetThreadStack(tlsPtr_.pthread_self, &read_stack_base, &read_stack_size, &read_guard_size); in InitStackHwm()
1388 pthread_getcpuclockid(tlsPtr_.pthread_self, &cpu_clock_id); in GetCpuMicroTime()
1921 CHECK_PTHREAD_CALL(pthread_getschedparam, (thread->tlsPtr_.pthread_self, &policy, &sp), in DumpState()
1925 << " handle=" << reinterpret_cast<void*>(thread->tlsPtr_.pthread_self); in DumpState()
Dtrace.cc234 CHECK_EQ(pthread_self(), sampling_pthread_); in CompareAndUpdateStackTrace()
/art/libartbase/base/
Dutils.cc297 errno = pthread_setname_np(pthread_self(), buf); in SetThreadName()
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc373 int rc = pthread_getname_np(pthread_self(), name_buf, kMaxProcessNameLength); in ZygoteHooks_nativePostForkChild()
/art/runtime/jit/
Dprofile_saver.cc778 if (pthread_self() == profiler_pthread) { in FetchAndCacheResolvedClassesAndMethods()