Home
last modified time | relevance | path

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

/external/autotest/client/tests/aio_dio_bugs/src/
Daio-dio-extend-stat.c58 pthread_t thread_write; in main() local
96 pthread_create(&thread_write, NULL, (void*)&fun_writeN, NULL); in main()
99 pthread_join(thread_write, NULL); in main()