Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libthr/thread/
H A Dthr_create.c50 static void thread_start(struct pthread *curthread);
158 param.start_func = (void (*)(void *)) thread_start; in _pthread_create()
254 thread_start(struct pthread *curthread) in thread_start() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_fuchsia.cpp69 uptr thread_start = reinterpret_cast<uptr>( in InitThreads() local
72 InitThreadList(thread_start, alloc_size); in InitThreads()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp127 void *thread_start(void *arg) { in thread_start() function
241 return REAL(pthread_create)(thread, attr, thread_start, tinfo); in INTERCEPTOR()
/freebsd-13.1/contrib/unbound/daemon/
H A Ddaemon.c520 thread_start(void* arg) in thread_start() function
558 thread_start, daemon->workers[i]); in daemon_start_others()
/freebsd-13.1/crypto/openssh/
H A Dauth-pam.c194 void *(*thread_start)(void *), void *arg) in pthread_create()
207 thread_start(arg); in pthread_create()