Searched refs:run_thread (Results 1 – 4 of 4) sorted by relevance
21 static int run_thread(thread_t *t, void (*f)(void)) in run_thread() function46 static int run_thread(thread_t *t, void (*f)(void)) in run_thread() function71 static int run_thread(thread_t *t, void (*f)(void)) in run_thread() function
34 if (!TEST_true(run_thread(&thread, thread_fips_rand_fetch))) in test_fips_rand_leak()
89 if (!TEST_true(run_thread(&thread, once_run_thread_cb)) in test_once()141 || !TEST_true(run_thread(&thread, thread_local_thread_cb)) in test_thread_local()299 if (!TEST_true(run_thread(multi_threads + multi_num_threads++, thread_func))) in start_threads()
735 static int run_thread(thread_t *t) in run_thread() function761 static int run_thread(thread_t *t) in run_thread() function785 run_thread(&t[i]); in test_multi_thread()
Completed in 7 milliseconds