Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dthreadstest.h27 static int wait_for_thread(thread_t thread) in wait_for_thread() function
52 static int wait_for_thread(thread_t thread) in wait_for_thread() function
76 static int wait_for_thread(thread_t thread) in wait_for_thread() function
H A Dthreadstest.c70 || !TEST_true(wait_for_thread(thread)) in test_once()
122 || !TEST_true(wait_for_thread(thread)) in test_thread_local()
266 if (!TEST_true(wait_for_thread(multi_threads[i]))) in teardown_threads()
547 if (!TEST_true(wait_for_thread(thread1))) in test_multi()
549 if (!TEST_true(wait_for_thread(thread2))) in test_multi()
606 if (!TEST_true(wait_for_thread(thread1)) in test_multi_default()
607 || !TEST_true(wait_for_thread(thread2)) in test_multi_default()
648 (void)TEST_true(wait_for_thread(threads[i])); in test_multi_load()
H A Dthreadstest_fips.c36 if (!TEST_true(wait_for_thread(thread))) in test_fips_rand_leak()
H A Ddrbgtest.c730 static int wait_for_thread(thread_t thread) in wait_for_thread() function
755 static int wait_for_thread(thread_t thread) in wait_for_thread() function
777 wait_for_thread(t[i]); in test_multi_thread()