Searched refs:wait_thread2 (Results 1 – 2 of 2) sorted by relevance
64 static void *wait_thread2(void *args);117 ret = pthread_create(&thread[lc], &attr, wait_thread2, NULL); in check()139 void *wait_thread2(void *args) in wait_thread2() function
68 static void *wait_thread2(void *arg LTP_ATTRIBUTE_UNUSED) in wait_thread2() function115 SAFE_PTHREAD_CREATE(&th2, NULL, wait_thread2, NULL); in wakeup_thread2()