Searched refs:fork_thread (Results 1 – 4 of 4) sorted by relevance
/third_party/ltp/testcases/cve/ |
D | cve-2017-17052.c | 54 static void *fork_thread(void *arg) in fork_thread() function 75 SAFE_PTHREAD_CREATE(&t, NULL, fork_thread, NULL); in do_test_fork()
|
D | cve-2017-17053.c | 97 static void *fork_thread(void *arg) in fork_thread() function 118 try_pthread_create(&t, NULL, fork_thread, NULL); in run_test()
|
/third_party/python/Lib/test/ |
D | test_thread.py | 232 def fork_thread(read_fd, write_fd): function 249 thread.start_new_thread(fork_thread, (self.read_fd, self.write_fd))
|
/third_party/ltp/testcases/kernel/io/direct_io/ |
D | dma_thread_diotest.c | 205 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()
|