Searched refs:thid (Results 1 – 1 of 1) sorted by relevance
256 pthread_t thid; in __gai_enqueue_request() local261 if (gai_create_helper_thread (&thid, handle_requests, newp) == 0) in __gai_enqueue_request()409 pthread_t thid; in handle_requests() local420 if (__pthread_create (&thid, &attr, handle_requests, NULL) in handle_requests()
Completed in 4 milliseconds