Home
last modified time | relevance | path

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

/openssl-master/test/
A Dthreadstest.h19 typedef unsigned int thread_t; typedef
21 static int run_thread(thread_t *t, void (*f)(void)) in run_thread()
27 static int wait_for_thread(thread_t thread) in wait_for_thread()
34 typedef HANDLE thread_t; typedef
46 static int run_thread(thread_t *t, void (*f)(void)) in run_thread()
52 static int wait_for_thread(thread_t thread) in wait_for_thread()
59 typedef pthread_t thread_t; typedef
71 static int run_thread(thread_t *t, void (*f)(void)) in run_thread()
76 static int wait_for_thread(thread_t thread) in wait_for_thread()
A Ddrbgtest.c722 typedef HANDLE thread_t; typedef
735 static int run_thread(thread_t *t) in run_thread()
741 static int wait_for_thread(thread_t thread) in wait_for_thread()
748 typedef pthread_t thread_t; typedef
761 static int run_thread(thread_t *t) in run_thread()
766 static int wait_for_thread(thread_t thread) in wait_for_thread()
781 thread_t t[THREADS]; in test_multi_thread()
A Dthreadstest_fips.c30 thread_t thread; in test_fips_rand_leak()
A Dthreadstest.c87 thread_t thread; in test_once()
132 thread_t thread; in test_thread_local()
241 static thread_t multi_threads[MAXIMUM_THREADS];

Completed in 7 milliseconds