Home
last modified time | relevance | path

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

/freebsd/lib/libstdthreads/
H A Dthrd.c42 thrd_entry(void *arg) in thrd_entry() function
65 if (pthread_create(thr, NULL, thrd_entry, tp) != 0) { in thrd_create()