Home
last modified time | relevance | path

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

/trueos/tools/regression/pthread/unwind/
HDthread_normal_exit.cpp11 thr_routine(void *arg) in thr_routine() function
24 pthread_create(&td, NULL, thr_routine, NULL); in main()
HDcatch_pthread_exit.cpp11 thr_routine(void *arg) in thr_routine() function
28 pthread_create(&td, NULL, thr_routine, NULL); in main()
/trueos/tools/regression/pthread/cv_cancel1/
HDcv_cancel1.c42 thr_routine(void *arg) in thr_routine() function
65 pthread_create(&td, NULL, thr_routine, NULL); in main()