Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/namespaces/
H A Dns_active_ref_test.c2359 static void *thread_sleep_and_wait(void *arg) in thread_sleep_and_wait() function
2473 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()