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()
350 return pthread_gettid_np(t); in __pthread_gettid()
172 pid_t pthread_gettid_np(pthread_t __pthread) __INTRODUCED_IN(21);
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
1913 TEST(pthread, pthread_gettid_np) { in TEST() argument1915 ASSERT_EQ(gettid(), pthread_gettid_np(pthread_self())); in TEST()1925 pid_t t_pthread_gettid_np_result = pthread_gettid_np(t); in TEST()
791 pthread_gettid_np; # introduced=21
1210 "bionic/pthread_gettid_np.cpp",