Searched refs:thread_sleep_and_wait (Results 1 – 1 of 1) sorted by relevance
2359 static void *thread_sleep_and_wait(void *arg) in thread_sleep_and_wait() function2473 int ret_thread = pthread_create(&thread1, NULL, thread_sleep_and_wait, &data); in TEST()2481 ret_thread = pthread_create(&thread2, NULL, thread_sleep_and_wait, &data); in TEST()