Home
last modified time | relevance | path

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

/external/ltp/testcases/cve/
Dcve-2017-17052.c68 static void *fork_thread(void *arg) in fork_thread() function
92 SAFE_PTHREAD_CREATE(&t, NULL, fork_thread, NULL); in do_test_fork()
Dcve-2017-17053.c112 static void *fork_thread(void *arg) in fork_thread() function
133 try_pthread_create(&t, NULL, fork_thread, NULL); in run_test()
/external/ltp/testcases/kernel/io/direct_io/
Ddma_thread_diotest.c205 static void *fork_thread(void *arg) in fork_thread() function
282 rc = pthread_create(&fork_tid, NULL, fork_thread, NULL); in dma_thread_diotest_verify()