Searched refs:thread_t (Results 1 – 10 of 10) 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()
67 thread_t thread; in test_once()112 thread_t thread; in test_thread_local()221 static thread_t multi_threads[MAXIMUM_THREADS];472 thread_t thread1, thread2; in test_multi()583 thread_t thread1, thread2; in test_multi_default()620 thread_t threads[MULTI_LOAD_THREADS]; in test_multi_load()
711 typedef HANDLE thread_t; typedef724 static int run_thread(thread_t *t) in run_thread()730 static int wait_for_thread(thread_t thread) in wait_for_thread()737 typedef pthread_t thread_t; typedef750 static int run_thread(thread_t *t) in run_thread()755 static int wait_for_thread(thread_t thread) in wait_for_thread()770 thread_t t[THREADS]; in test_multi_thread()
30 thread_t thread; in test_fips_rand_leak()
46 typedef pthread_t thread_t; typedef
135 sizeof(thread_t) * thread_count); in GetThreadCount()
136 sizeof(thread_t) * thread_count); in GetThreadCount()
40 pub type thread_t = ::c_uint; typedef2984 pub fn thr_self() -> ::thread_t; in thr_self()
98 pub type thread_t = ::mach_port_t; typedef5291 thread: thread_t, in thread_policy_set() argument5297 thread: thread_t, in thread_policy_get() argument
10464 sizeof(thread_t) * thread_count); in GetThreadCount()