Home
last modified time | relevance | path

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

/src/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
77 static int wait_for_thread(thread_t thread) in wait_for_thread() function
H A Dthreadstest.c257 || !TEST_true(wait_for_thread(rwwriter1)) in _torture_rw()
258 || !TEST_true(wait_for_thread(rwwriter2)) in _torture_rw()
259 || !TEST_true(wait_for_thread(rwreader1)) in _torture_rw()
260 || !TEST_true(wait_for_thread(rwreader2))) in _torture_rw()
453 || !TEST_true(wait_for_thread(writer1)) in _torture_rcu()
454 || !TEST_true(wait_for_thread(writer2)) in _torture_rcu()
455 || !TEST_true(wait_for_thread(reader1)) in _torture_rcu()
456 || !TEST_true(wait_for_thread(reader2))) in _torture_rcu()
526 || !TEST_true(wait_for_thread(thread)) in test_once()
578 || !TEST_true(wait_for_thread(thread)) in test_thread_local()
[all …]
H A Dthreadstest_fips.c36 if (!TEST_true(wait_for_thread(thread))) in test_fips_rand_leak()
H A Ddrbgtest.c720 static int wait_for_thread(thread_t thread) in wait_for_thread() function
745 static int wait_for_thread(thread_t thread) in wait_for_thread() function
767 wait_for_thread(t[i]); in test_multi_thread()
H A Dlhash_test.c711 wait_for_thread(workers[i]); in test_hashtable_multithread()
/src/crypto/openssl/test/helpers/
H A Dquictestlib.c648 if (!TEST_true(wait_for_thread(t)) || !TEST_true(globserverret)) in qtest_create_quic_connection_ex()
737 if (!TEST_true(wait_for_thread(t))) in qtest_shutdown()