Searched refs:start_handler (Results 1 - 1 of 1) sorted by relevance

/system/core/sdcard/
H A Dsdcard.cpp208 static void* start_handler(void* data) { function
310 if (pthread_create(&thread_default, NULL, start_handler, &handler_default)
311 || pthread_create(&thread_read, NULL, start_handler, &handler_read)
312 || pthread_create(&thread_write, NULL, start_handler, &handler_write)) {

Completed in 155 milliseconds