Home
last modified time | relevance | path

Searched refs:wait_thread2 (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/mmap/
H A Dmmap11.c64 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
/third_party/ltp/testcases/kernel/syscalls/futex/
H A Dfutex_wake04.c67 static void *wait_thread2(void *arg LTP_ATTRIBUTE_UNUSED) in wait_thread2() function
77 tst_res(TFAIL | TERRNO, "Bug: wait_thread2 did not wake after 30 secs."); in wait_thread2()
114 SAFE_PTHREAD_CREATE(&th2, NULL, wait_thread2, NULL); in wakeup_thread2()

Completed in 1 milliseconds