Searched refs:threadp (Results 1 – 1 of 1) sorted by relevance
49 __aio_create_helper_thread (pthread_t *threadp, void *(*tf) (void *), void *arg) in __aio_create_helper_thread() argument57 int ret = __pthread_create (threadp, &attr, tf, arg); in __aio_create_helper_thread()
Completed in 5 milliseconds