Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dthreadstest.c21 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 Ddrbgtest.c885 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 Dthreadstest.h21 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 Dthreadstest.c69 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 Dthreadstest_fips.c34 if (!TEST_true(run_thread(&thread, thread_fips_rand_fetch))) in test_fips_rand_leak()
H A Ddrbgtest.c724 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 Disns_thread.c64 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 Dudf_strat_sequential.c89 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 Dudf_strat_rmw.c130 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 Dsanitizer_stoptheworld_mac.cc82 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 Dsanitizer_stoptheworld_mac.cc84 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 Dsanitizer_stoptheworld_mac.cpp84 pthread_t run_thread = (pthread_t)internal_start_thread(RunThread, &arg); in StopTheWorld() local
85 internal_join_thread(run_thread); in StopTheWorld()