Searched refs:wait_for_thread (Results 1 – 6 of 6) sorted by relevance
27 static int wait_for_thread(thread_t thread) in wait_for_thread() function52 static int wait_for_thread(thread_t thread) in wait_for_thread() function77 static int wait_for_thread(thread_t thread) in wait_for_thread() function
254 || !TEST_true(wait_for_thread(rwwriter1)) in _torture_rw()255 || !TEST_true(wait_for_thread(rwwriter2)) in _torture_rw()256 || !TEST_true(wait_for_thread(rwreader1)) in _torture_rw()257 || !TEST_true(wait_for_thread(rwreader2))) in _torture_rw()454 || !TEST_true(wait_for_thread(writer1)) in _torture_rcu()455 || !TEST_true(wait_for_thread(writer2)) in _torture_rcu()456 || !TEST_true(wait_for_thread(reader1)) in _torture_rcu()457 || !TEST_true(wait_for_thread(reader2))) in _torture_rcu()527 || !TEST_true(wait_for_thread(thread)) in test_once()579 || !TEST_true(wait_for_thread(thread)) in test_thread_local()[all …]
36 if (!TEST_true(wait_for_thread(thread))) in test_fips_rand_leak()
724 static int wait_for_thread(thread_t thread) in wait_for_thread() function749 static int wait_for_thread(thread_t thread) in wait_for_thread() function771 wait_for_thread(t[i]); in test_multi_thread()
686 wait_for_thread(workers[i]); in test_hashtable_multithread()
647 if (!TEST_true(wait_for_thread(t)) || !TEST_true(globserverret)) in qtest_create_quic_connection_ex()736 if (!TEST_true(wait_for_thread(t))) in qtest_shutdown()
Completed in 43 milliseconds