Searched refs:thread_start (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/lib/libthr/thread/
H A Dthr_create.c50 static void thread_start(struct pthread *curthread);
158 param.start_func = (void (*)(void *)) thread_start;
254 thread_start(struct pthread *curthread) function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp115 /// Safe stack per-thread information passed to the thread_start function
127 void *thread_start(void *arg) { function in namespace:__anon2522
241 return REAL(pthread_create)(thread, attr, thread_start, tinfo);
/freebsd-13-stable/contrib/unbound/daemon/
H A Ddaemon.c519 thread_start(void* arg) function
557 thread_start, daemon->workers[i]);
/freebsd-13-stable/crypto/openssh/
H A Dauth-pam.c192 void *(*thread_start)(void *), void *arg)
205 thread_start(arg);

Completed in 106 milliseconds