HomeSort by relevance Sort by last modified time
    Searched defs:thread_read (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/tests/aio_dio_bugs/src/
aio-dio-extend-stat.c 57 pthread_t thread_read; local
95 pthread_create(&thread_read, NULL, (void*)&fun_read, NULL);
98 pthread_join(thread_read, NULL);
  /system/core/sdcard/
sdcard.cpp 224 pthread_t thread_read; local
311 || pthread_create(&thread_read, NULL, start_handler, &handler_read)

Completed in 59 milliseconds