Searched refs:pthread_gettid_np (Results 1 – 20 of 20) sorted by relevance
/aosp12/bionic/libc/bionic/ |
H A D | pthread_gettid_np.cpp | 33 pid_t pthread_gettid_np(pthread_t t) { in pthread_gettid_np() function
|
H A D | posix_timers.cpp | 168 se.sigev_notify_thread_id = pthread_gettid_np(timer->callback_thread); in timer_create()
|
H A D | ndk_cruft.cpp | 350 return pthread_gettid_np(t); in __pthread_gettid()
|
/aosp12/frameworks/libs/native_bridge_support/libc/ |
H A D | stubs_arm.cpp | 97 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_gettid_np); 190 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_gettid_np); in init_stub_library()
|
H A D | stubs_arm64.cpp | 98 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 D | locks.cpp | 85 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 D | thread_pool.cc | 92 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 D | CommonPool.cpp | 46 tids[i] = pthread_gettid_np(self); in CommonPool()
|
/aosp12/bionic/tests/ |
H A D | setjmp_test.cpp | 304 tids[i] = pthread_gettid_np(t); in TEST()
|
H A D | pthread_test.cpp | 1912 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 D | pthread.h | 172 pid_t pthread_gettid_np(pthread_t __pthread) __INTRODUCED_IN(21);
|
/aosp12/frameworks/base/libs/hwui/renderthread/ |
H A D | RenderProxy.cpp | 45 pthread_gettid_np(pthread_self()), getRenderThreadTid()); in RenderProxy()
|
/aosp12/system/core/libutils/ |
H A D | Threads.cpp | 853 tid = pthread_gettid_np(pthread); in getTid()
|
/aosp12/bionic/docs/ |
H A D | status.md | 183 …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 D | EventThread.cpp | 241 pid_t tid = pthread_gettid_np(mThread.native_handle()); in EventThread()
|
/aosp12/frameworks/native/libs/cputimeinstate/ |
H A D | testtimeinstate.cpp | 604 pid_t tid = pthread_gettid_np(thread); in TEST()
|
/aosp12/art/runtime/jit/ |
H A D | profile_saver.cc | 62 int result = setpriority(PRIO_PROCESS, pthread_gettid_np(thread), priority); in SetProfileSaverThreadPriority()
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 791 pthread_gettid_np; # introduced=21
|
H A D | Android.bp | 1252 "bionic/pthread_gettid_np.cpp",
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 791 pthread_gettid_np; # introduced=21
|