Home
last modified time | relevance | path

Searched refs:pthread_gettid_np (Results 1 – 20 of 20) sorted by relevance

/aosp12/bionic/libc/bionic/
H A Dpthread_gettid_np.cpp33 pid_t pthread_gettid_np(pthread_t t) { in pthread_gettid_np() function
H A Dposix_timers.cpp168 se.sigev_notify_thread_id = pthread_gettid_np(timer->callback_thread); in timer_create()
H A Dndk_cruft.cpp350 return pthread_gettid_np(t); in __pthread_gettid()
/aosp12/frameworks/libs/native_bridge_support/libc/
H A Dstubs_arm.cpp97 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_gettid_np);
190 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_gettid_np); in init_stub_library()
H A Dstubs_arm64.cpp98 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_gettid_np);
193 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_gettid_np); in init_stub_library()
/aosp12/frameworks/wilhelm/src/
H A Dlocks.cpp85 pid_t ownerTid = LIKELY_VALID(owner) ? pthread_gettid_np(owner) : -1; in object_lock_exclusive_()
104 pid_t ownerTid = LIKELY_VALID(owner) ? pthread_gettid_np(owner) : -1; in object_lock_exclusive_()
/aosp12/art/runtime/
H A Dthread_pool.cc92 int result = setpriority(PRIO_PROCESS, pthread_gettid_np(pthread_), priority); in SetPthreadPriority()
103 return getpriority(PRIO_PROCESS, pthread_gettid_np(pthread_)); in GetPthreadPriority()
/aosp12/frameworks/base/libs/hwui/thread/
H A DCommonPool.cpp46 tids[i] = pthread_gettid_np(self); in CommonPool()
/aosp12/bionic/tests/
H A Dsetjmp_test.cpp304 tids[i] = pthread_gettid_np(t); in TEST()
H A Dpthread_test.cpp1912 TEST(pthread, pthread_gettid_np) { in TEST() argument
1914 ASSERT_EQ(gettid(), pthread_gettid_np(pthread_self())); in TEST()
1924 pid_t t_pthread_gettid_np_result = pthread_gettid_np(t); in TEST()
/aosp12/bionic/libc/include/
H A Dpthread.h172 pid_t pthread_gettid_np(pthread_t __pthread) __INTRODUCED_IN(21);
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.cpp45 pthread_gettid_np(pthread_self()), getRenderThreadTid()); in RenderProxy()
/aosp12/system/core/libutils/
H A DThreads.cpp853 tid = pthread_gettid_np(pthread); in getTid()
/aosp12/bionic/docs/
H A Dstatus.md183 …ad_condattr_getclock`, `pthread_condattr_setclock`, `pthread_mutex_timedlock`, `pthread_gettid_np`.
312 use `pthread_gettid_np` at some point that you know the thread to be
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DEventThread.cpp241 pid_t tid = pthread_gettid_np(mThread.native_handle()); in EventThread()
/aosp12/frameworks/native/libs/cputimeinstate/
H A Dtesttimeinstate.cpp604 pid_t tid = pthread_gettid_np(thread); in TEST()
/aosp12/art/runtime/jit/
H A Dprofile_saver.cc62 int result = setpriority(PRIO_PROCESS, pthread_gettid_np(thread), priority); in SetProfileSaverThreadPriority()
/aosp12/bionic/libc/
H A Dlibc.map.txt791 pthread_gettid_np; # introduced=21
H A DAndroid.bp1252 "bionic/pthread_gettid_np.cpp",
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt791 pthread_gettid_np; # introduced=21