Home
last modified time | relevance | path

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

/openssl-master/test/
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
A Dthreadstest_fips.c34 if (!TEST_true(run_thread(&thread, thread_fips_rand_fetch))) in test_fips_rand_leak()
A Dthreadstest.c89 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()
A Ddrbgtest.c735 static int run_thread(thread_t *t) in run_thread() function
761 static int run_thread(thread_t *t) in run_thread() function
785 run_thread(&t[i]); in test_multi_thread()

Completed in 7 milliseconds