Searched refs:thid (Results 1 – 2 of 2) sorted by relevance
/glibc-2.36/resolv/ |
D | gai_misc.c | 256 pthread_t thid; in __gai_enqueue_request() local 261 if (gai_create_helper_thread (&thid, handle_requests, newp) == 0) in __gai_enqueue_request() 409 pthread_t thid; in handle_requests() local 420 if (__pthread_create (&thid, &attr, handle_requests, NULL) in handle_requests()
|
/glibc-2.36/rt/ |
D | aio_misc.c | 432 pthread_t thid; in __aio_enqueue_request() local 437 result = aio_create_helper_thread (&thid, handle_fildes_io, newp); in __aio_enqueue_request() 669 pthread_t thid; in handle_fildes_io() local 680 if (__pthread_create (&thid, &attr, handle_fildes_io, NULL) in handle_fildes_io()
|