Home
last modified time | relevance | path

Searched refs:threadp (Results 1 – 3 of 3) sorted by relevance

/sysdeps/unix/sysv/linux/
A Daio_misc.h38 __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 Dgai_misc.h36 __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 Dgai_misc.h90 __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