Searched refs:fork_thread (Results 1 – 3 of 3) sorted by relevance
68 static void *fork_thread(void *arg) in fork_thread() function92 SAFE_PTHREAD_CREATE(&t, NULL, fork_thread, NULL); in do_test_fork()
112 static void *fork_thread(void *arg) in fork_thread() function133 try_pthread_create(&t, NULL, fork_thread, NULL); in run_test()
205 static void *fork_thread(void *arg) in fork_thread() function282 rc = pthread_create(&fork_tid, NULL, fork_thread, NULL); in dma_thread_diotest_verify()