Searched refs:thr (Results 1 – 2 of 2) sorted by relevance
121 pthread_t thr = xpthread_create (0, test_type##_threadproc, \123 xpthread_cancel (thr); \125 void *rv = xpthread_join (thr); \
138 pthread_t thr = xpthread_create (NULL, mt_atfork_test, NULL); in multithread_atfork_test() local139 xpthread_join (thr); in multithread_atfork_test()
Completed in 7 milliseconds