Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/mmap/
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
/external/ltp/testcases/kernel/syscalls/futex/
Dfutex_wake04.c118 static void *wait_thread2(void *arg LTP_ATTRIBUTE_UNUSED) in wait_thread2() function
169 res = pthread_create(&th2, NULL, wait_thread2, NULL); in wakeup_thread2()