Searched refs:threadp (Results 1 – 3 of 3) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | aio_misc.h | 38 __aio_create_helper_thread (pthread_t *threadp, void *(*tf) (void *), in __aio_create_helper_thread() argument 58 int ret = __pthread_create (threadp, &attr, tf, arg); in __aio_create_helper_thread()
|
/sysdeps/mach/hurd/ |
A D | gai_misc.h | 36 __gai_create_helper_thread (pthread_t *threadp, void *(*tf) (void *), in __gai_create_helper_thread() argument 57 int ret = pthread_create (threadp, &attr, tf, arg); in __gai_create_helper_thread()
|
/sysdeps/nptl/ |
A D | gai_misc.h | 90 __gai_create_helper_thread (pthread_t *threadp, void *(*tf) (void *), in __gai_create_helper_thread() argument 113 int ret = __pthread_create (threadp, &attr, tf, arg); in __gai_create_helper_thread()
|
Completed in 3 milliseconds