Home
last modified time | relevance | path

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

/external/autotest/client/tests/aio_dio_bugs/src/
Daio-dio-extend-stat.c46 void fun_read(void* ptr);
95 pthread_create(&thread_read, NULL, (void*)&fun_read, NULL); in main()
110 void fun_read(void *ptr) in fun_read() function