Searched refs:thread_t (Results 1 – 6 of 6) 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; typedef72 static int run_thread(thread_t *t, void (*f)(void)) in run_thread()77 static int wait_for_thread(thread_t thread) in wait_for_thread()
216 static thread_t rwwriter1;217 static thread_t rwwriter2;218 static thread_t rwreader1;219 static thread_t rwreader2;408 static thread_t writer1;409 static thread_t writer2;410 static thread_t reader1;411 static thread_t reader2;425 memset(&writer1, 0, sizeof(thread_t)); in _torture_rcu()513 thread_t thread; in test_once()[all …]
705 typedef HANDLE thread_t; typedef718 static int run_thread(thread_t *t) in run_thread()724 static int wait_for_thread(thread_t thread) in wait_for_thread()731 typedef pthread_t thread_t; typedef744 static int run_thread(thread_t *t) in run_thread()749 static int wait_for_thread(thread_t thread) in wait_for_thread()764 thread_t t[THREADS]; in test_multi_thread()
30 thread_t thread; in test_fips_rand_leak()
647 thread_t workers[NUM_WORKERS]; in test_hashtable_multithread()655 memset(workers, 0, sizeof(thread_t) * NUM_WORKERS); in test_hashtable_multithread()
417 static const thread_t thread_zero;484 thread_t t = thread_zero; in qtest_create_quic_connection_ex()616 thread_t t = thread_zero; in qtest_shutdown()
Completed in 33 milliseconds