Searched refs:pfunc (Results 1 – 1 of 1) sorted by relevance
23 pthread_func_t pfunc = (pthread_func_t)func; in thrd_create() local25 switch (pthread_create(thr, NULL, pfunc, arg)) { in thrd_create()