Home
last modified time | relevance | path

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

/external/autotest/client/tests/aio_dio_bugs/src/
Daio-dio-extend-stat.c57 pthread_t thread_read; in main() local
95 pthread_create(&thread_read, NULL, (void*)&fun_read, NULL); in main()
98 pthread_join(thread_read, NULL); in main()