Searched refs:pthread_func_t (Results 1 – 1 of 1) sorted by relevance
21 typedef void *(*pthread_func_t)(void *arg); in thrd_create() typedef23 pthread_func_t pfunc = (pthread_func_t)func; in thrd_create()