Home
last modified time | relevance | path

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

/openbsd-src/regress/lib/libpthread/blocked_fifo/
H A Dblocked_fifo.c91 pthread_t test_thread, deadlock_finder; in main() local
107 CHECKr(pthread_create(&test_thread, NULL, fifo_deadlocker, NULL)); in main()
117 CHECKr(pthread_join(test_thread, NULL)); in main()
126 CHECKr(pthread_create(&test_thread, NULL, fifo_closer, NULL)); in main()
139 CHECKr(pthread_join(test_thread, NULL)); in main()