Home
last modified time | relevance | path

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

/bionic/tests/
Dpthread_test.cpp1414 static void* pthread_gettid_np_helper(void* arg) { in pthread_gettid_np_helper() function
1434 pthread_create(&t, NULL, pthread_gettid_np_helper, &t_gettid_result); in TEST()