Searched refs:__pthread_create (Results 1 – 2 of 2) sorted by relevance
30 #define __pthread_create pthread_create macro86 if (__pthread_create (&tid, pattr, notify_func_wrapper, nf) < 0) in __gai_notify_only()
33 #define __pthread_create pthread_create macro50 int ret = __pthread_create (threadp, &attr, tf, arg); in __gai_create_helper_thread()420 if (__pthread_create (&thid, &attr, handle_requests, NULL) in handle_requests()
Completed in 5 milliseconds