Searched refs:thr_routine (Results 1 – 7 of 7) sorted by relevance
/freebsd/tools/regression/pthread/unwind/ |
H A D | thread_normal_exit.cpp | 10 thr_routine(void *arg __unused) in thr_routine() function 23 pthread_create(&td, NULL, thr_routine, NULL); in main()
|
H A D | catch_pthread_exit.cpp | 10 thr_routine(void *arg __unused) in thr_routine() function 27 pthread_create(&td, NULL, thr_routine, NULL); in main()
|
/freebsd/tools/test/stress2/testcases/thr1/ |
H A D | thr1.c | 53 thr_routine(void *arg __unused) in thr_routine() function 67 if ((r = pthread_create(&threads[i], NULL, thr_routine, 0)) != 0) in test()
|
/freebsd/tools/regression/pthread/cv_cancel1/ |
H A D | cv_cancel1.c | 40 thr_routine(void *arg __unused) in thr_routine() function 64 pthread_create(&td, NULL, thr_routine, NULL); in main()
|
/freebsd/tools/test/stress2/misc/ |
H A D | thr.sh | 75 thr_routine(void *arg __unused) 87 if ((r = pthread_create(&threads[i], NULL, thr_routine, 0)) != 0) {
|
H A D | thr3.sh | 78 thr_routine(void *arg __unused) 95 thr_routine, NULL)) != 0)
|
H A D | context2.sh | 77 thr_routine(void *arg) 108 if ((r = pthread_create(&threads[i], NULL, thr_routine,
|