Searched refs:thread_t (Results 1 – 4 of 4) sorted by relevance
19 typedef unsigned int thread_t; typedef21 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; typedef46 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; typedef71 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()
722 typedef HANDLE thread_t; typedef735 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; typedef761 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()
30 thread_t thread; in test_fips_rand_leak()
87 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