Searched refs:pthread_gettid_np (Results 1 – 9 of 9) sorted by relevance
33 pid_t pthread_gettid_np(pthread_t t) { in pthread_gettid_np() function
168 se.sigev_notify_thread_id = pthread_gettid_np(timer->callback_thread); in timer_create()
349 return pthread_gettid_np(t); in __pthread_gettid()
168 pid_t pthread_gettid_np(pthread_t __pthread) __INTRODUCED_IN(21);
160 …ad_condattr_getclock`, `pthread_condattr_setclock`, `pthread_mutex_timedlock`, `pthread_gettid_np`.280 use `pthread_gettid_np` at some point that you know the thread to be
1716 TEST(pthread, pthread_gettid_np) { in TEST() argument1718 ASSERT_EQ(gettid(), pthread_gettid_np(pthread_self())); in TEST()1728 pid_t t_pthread_gettid_np_result = pthread_gettid_np(t); in TEST()
791 pthread_gettid_np; # introduced=21
1215 "bionic/pthread_gettid_np.cpp",