Searched refs:thread_start (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/tools/KSE/ksetest/ |
| H A D | kse_threads_test.c | 92 static void thread_start(struct uts_data *data, const void *func, int arg); 152 thread_start(&data1, aaaa, '+'); in main() 153 thread_start(&data1, aaaa, '-'); in main() 161 thread_start(&data3, newkse, 0); in main() 162 thread_start(&data3, aaaa, '*'); in main() 163 thread_start(&data3, aaaa, '.'); in main() 482 thread_start(struct uts_data *data, const void *func, int arg) in thread_start() function
|
| /freebsd-12.1/tools/KSE/rr/ |
| H A D | rr.c | 89 static void thread_start(struct uts_data *data, const void *func, int arg); 111 thread_start(&data1, deadloop, 0); in main() 112 thread_start(&data1, deadloop, 0); in main() 113 thread_start(&data1, deadloop, 0); in main() 393 thread_start(struct uts_data *data, const void *func, int arg) in thread_start() function
|
| /freebsd-12.1/lib/libthr/thread/ |
| H A D | thr_create.c | 50 static void thread_start(struct pthread *curthread); 159 param.start_func = (void (*)(void *)) thread_start; in _pthread_create() 255 thread_start(struct pthread *curthread) in thread_start() function
|
| /freebsd-12.1/contrib/compiler-rt/lib/safestack/ |
| H A D | safestack.cc | 135 static void *thread_start(void *arg) { in thread_start() function 250 return REAL(pthread_create)(thread, attr, thread_start, tinfo); in INTERCEPTOR()
|
| /freebsd-12.1/contrib/unbound/daemon/ |
| H A D | daemon.c | 502 thread_start(void* arg) in thread_start() function 540 thread_start, daemon->workers[i]); in daemon_start_others()
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | auth-pam.c | 192 void *(*thread_start)(void *), void *arg) in pthread_create() 205 thread_start(arg); in pthread_create()
|