Searched refs:pthread_gettid_np (Results 1 – 7 of 7) sorted by relevance
31 pid_t pthread_gettid_np(pthread_t t) { in pthread_gettid_np() function
171 se.sigev_notify_thread_id = pthread_gettid_np(timer->callback_thread); in timer_create()
340 return pthread_gettid_np(t); in __pthread_gettid()
163 pid_t pthread_gettid_np(pthread_t);
1254 TEST(pthread, pthread_gettid_np) { in TEST() argument1256 ASSERT_EQ(gettid(), pthread_gettid_np(pthread_self())); in TEST()1262 pid_t t_pthread_gettid_np_result = pthread_gettid_np(t); in TEST()
893 pthread_gettid_np;
534 bionic/pthread_gettid_np.cpp \