Home
last modified time | relevance | path

Searched refs:thr_routine (Results 1 – 7 of 7) sorted by relevance

/freebsd/tools/regression/pthread/unwind/
H A Dthread_normal_exit.cpp10 thr_routine(void *arg __unused) in thr_routine() function
23 pthread_create(&td, NULL, thr_routine, NULL); in main()
H A Dcatch_pthread_exit.cpp10 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 Dthr1.c53 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 Dcv_cancel1.c40 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 Dthr.sh75 thr_routine(void *arg __unused)
87 if ((r = pthread_create(&threads[i], NULL, thr_routine, 0)) != 0) {
H A Dthr3.sh78 thr_routine(void *arg __unused)
95 thr_routine, NULL)) != 0)
H A Dcontext2.sh77 thr_routine(void *arg)
108 if ((r = pthread_create(&threads[i], NULL, thr_routine,