Home
last modified time | relevance | path

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

/bionic/tests/
Dpthread_test.cpp1982 static void* pthread_gettid_np_helper(void* arg) { in pthread_gettid_np_helper() function
2002 pthread_create(&t, nullptr, pthread_gettid_np_helper, &t_gettid_result); in TEST()