Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/io/direct_io/
Ddma_thread_diotest.c254 pthread_t fork_tid; in dma_thread_diotest_verify() local
282 rc = pthread_create(&fork_tid, NULL, fork_thread, NULL); in dma_thread_diotest_verify()
316 rc = pthread_join(fork_tid, &retval); in dma_thread_diotest_verify()