Home
last modified time | relevance | path

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

/dragonfly/lib/libthread_xu/thread/
HDthr_create.c48 static void thread_start(void *);
159 create_params.lwp_func = thread_start; in _pthread_create()
216 thread_start(void *arg) in thread_start() function
/dragonfly/crypto/openssh/
HDauth-pam.c189 void *(*thread_start)(void *), void *arg) in pthread_create()
202 thread_start(arg); in pthread_create()