Searched refs:blocked_thread (Results 1 – 3 of 3) sorted by relevance
77 pthread_t blocked_thread = xpthread_create (NULL, blocked_thread_func, NULL); in do_test() local104 xpthread_join (blocked_thread); in do_test()
78 pthread_t blocked_thread = xpthread_create (NULL, blocked_thread_func, NULL); in do_test() local105 xpthread_join (blocked_thread); in do_test()
114 pthread_t blocked_thread = xpthread_create (NULL, blocked_thread_func, NULL); in do_test() local144 xpthread_join (blocked_thread); in do_test()
Completed in 5 milliseconds