Home
last modified time | relevance | path

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

/system/core/sdcard/
Dsdcard.c1694 static void* start_handler(void* data) in start_handler() function
1942 if (pthread_create(&thread_default, NULL, start_handler, &handler_default) in run()
1943 || pthread_create(&thread_read, NULL, start_handler, &handler_read) in run()
1944 || pthread_create(&thread_write, NULL, start_handler, &handler_write)) { in run()