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

/openbsd-current/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_fuchsia.cpp72 uptr thread_start = reinterpret_cast<uptr>( local
75 InitThreadList(thread_start, alloc_size);
/openbsd-current/gnu/llvm/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:__anon79
241 return REAL(pthread_create)(thread, attr, thread_start, tinfo);
/openbsd-current/usr.sbin/unbound/daemon/
H A Ddaemon.c615 thread_start(void* arg) function
653 thread_start, daemon->workers[i]);
/openbsd-current/gnu/usr.bin/perl/
H A DConfigure14391 thread_start(void * arg)
14416 if (pthread_create(&subthread, &attr, thread_start, NULL) != 0) {
16741 thread_start(void * arg)
16766 if (pthread_create(&subthread, &attr, thread_start, NULL) != 0) {

Completed in 219 milliseconds