Searched refs:start_handler (Results 1 – 1 of 1) sorted by relevance
1637 static void* start_handler(void* data) in start_handler() function1894 if (pthread_create(&thread_default, NULL, start_handler, &handler_default) in run()1895 || pthread_create(&thread_read, NULL, start_handler, &handler_read) in run()1896 || pthread_create(&thread_write, NULL, start_handler, &handler_write)) { in run()