Searched refs:handle_requests (Results 1 – 1 of 1) sorted by relevance
215 static void *handle_requests (void *arg);261 if (gai_create_helper_thread (&thid, handle_requests, newp) == 0) in __gai_enqueue_request()308 handle_requests (void *arg) in handle_requests() function420 if (__pthread_create (&thid, &attr, handle_requests, NULL) in handle_requests()
Completed in 4 milliseconds