/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | threadstest.c | 21 static int run_thread(thread_t *t, void (*f)(void)) in run_thread() function 46 static int run_thread(thread_t *t, void (*f)(void)) in run_thread() function 71 static int run_thread(thread_t *t, void (*f)(void)) in run_thread() function 113 if (!TEST_true(run_thread(&thread, once_run_thread_cb)) in test_once() 165 || !TEST_true(run_thread(&thread, thread_local_thread_cb)) in test_thread_local()
|
H A D | drbgtest.c | 885 static int run_thread(thread_t *t) in run_thread() function 911 static int run_thread(thread_t *t) in run_thread() function 935 run_thread(&t[i]); in test_multi_thread()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | threadstest.h | 21 static int run_thread(thread_t *t, void (*f)(void)) in run_thread() function 46 static int run_thread(thread_t *t, void (*f)(void)) in run_thread() function 71 static int run_thread(thread_t *t, void (*f)(void)) in run_thread() function
|
H A D | threadstest.c | 69 if (!TEST_true(run_thread(&thread, once_run_thread_cb)) in test_once() 121 || !TEST_true(run_thread(&thread, thread_local_thread_cb)) in test_thread_local() 279 if (!TEST_true(run_thread(multi_threads + multi_num_threads++, thread_func))) in start_threads() 537 if (!TEST_true(run_thread(&thread1, worker)) in test_multi() 538 || !TEST_true(run_thread(&thread2, worker2))) in test_multi() 600 if (!TEST_true(run_thread(&thread1, thread_multi_simple_fetch)) in test_multi_default() 601 || !TEST_true(run_thread(&thread2, thread_multi_simple_fetch))) in test_multi_default() 645 (void)TEST_true(run_thread(&threads[i], test_multi_load_worker)); in test_multi_load()
|
H A D | threadstest_fips.c | 34 if (!TEST_true(run_thread(&thread, thread_fips_rand_fetch))) in test_fips_rand_leak()
|
H A D | drbgtest.c | 724 static int run_thread(thread_t *t) in run_thread() function 750 static int run_thread(thread_t *t) in run_thread() function 774 run_thread(&t[i]); in test_multi_thread()
|
/netbsd-src/lib/libisns/ |
H A D | isns_thread.c | 64 int run_thread; in isns_control_thread() local 66 run_thread = 1; in isns_control_thread() 68 while (run_thread) { in isns_control_thread() 82 run_thread = (evt_handler_p(evt_p, cfg_p) == 0); in isns_control_thread()
|
/netbsd-src/sys/fs/udf/ |
H A D | udf_strat_sequential.c | 89 int run_thread; /* thread control */ member 576 while (priv->run_thread || !empty || priv->sync_req) { in udf_discstrat_thread() 669 priv->run_thread = 1; in udf_discstrat_init_seq() 696 KASSERT(priv->run_thread == 1); in udf_discstrat_finish_seq() 697 priv->run_thread = 0; in udf_discstrat_finish_seq()
|
H A D | udf_strat_rmw.c | 130 int run_thread; /* thread control */ member 1212 while (priv->run_thread || work || priv->num_floating) { in udf_discstrat_thread() 1457 priv->run_thread = 1; in udf_discstrat_init_rmw() 1483 KASSERT(priv->run_thread == 1); in udf_discstrat_finish_rmw() 1484 priv->run_thread = 0; in udf_discstrat_finish_rmw()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_stoptheworld_mac.cc | 82 pthread_t run_thread = (pthread_t)internal_start_thread(RunThread, &arg); in StopTheWorld() local 83 internal_join_thread(run_thread); in StopTheWorld()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_stoptheworld_mac.cc | 84 pthread_t run_thread = (pthread_t)internal_start_thread(RunThread, &arg); in StopTheWorld() local 85 internal_join_thread(run_thread); in StopTheWorld()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_stoptheworld_mac.cpp | 84 pthread_t run_thread = (pthread_t)internal_start_thread(RunThread, &arg); in StopTheWorld() local 85 internal_join_thread(run_thread); in StopTheWorld()
|