Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/libstdthreads/
H A Dthrd.c45 thrd_entry(void *arg) in thrd_entry() function
68 if (pthread_create(thr, NULL, thrd_entry, tp) != 0) { in thrd_create()