Searched refs:THREAD_START (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_thread.h | 35 #define THREAD_START(threadvar, fn, arg) do { \ macro 47 #define THREAD_START(threadvar, fn, arg) do { \ macro
|
H A D | regress_thread.c | 229 THREAD_START(threads[i], basic_thread, base); in thread_basic() 329 THREAD_START(threads[i], wait_for_condition, &alerted[i]); in thread_conditions_simple() 447 THREAD_START(load_threads[i], load_deferred_queue, in start_threads_callback() 544 THREAD_START(thread, register_events_subthread, data->base); in thread_no_events()
|
H A D | regress_dns.c | 2303 THREAD_START(thread[0], race_base_run, &rp); in getaddrinfo_race_gotresolve_test() 2307 THREAD_START(thread[i], race_busywait_run, &rp); in getaddrinfo_race_gotresolve_test()
|
H A D | regress.c | 1064 THREAD_START(thread, del_wait_thread, NULL); in test_del_wait() 1108 THREAD_START(thread, test_del_notify_thread, NULL); in test_del_notify()
|
/freebsd/contrib/libevent/test/ |
H A D | regress_thread.h | 35 #define THREAD_START(threadvar, fn, arg) do { \ macro 47 #define THREAD_START(threadvar, fn, arg) do { \ macro
|
H A D | regress_thread.c | 229 THREAD_START(threads[i], basic_thread, base); in thread_basic() 329 THREAD_START(threads[i], wait_for_condition, &alerted[i]); in thread_conditions_simple() 447 THREAD_START(load_threads[i], load_deferred_queue, in start_threads_callback() 544 THREAD_START(thread, register_events_subthread, data->base); in thread_no_events()
|
H A D | regress_dns.c | 2303 THREAD_START(thread[0], race_base_run, &rp); in getaddrinfo_race_gotresolve_test() 2307 THREAD_START(thread[i], race_busywait_run, &rp); in getaddrinfo_race_gotresolve_test()
|
H A D | regress.c | 1064 THREAD_START(thread, del_wait_thread, NULL); in test_del_wait() 1108 THREAD_START(thread, test_del_notify_thread, NULL); in test_del_notify()
|