Home
last modified time | relevance | path

Searched refs:THREAD_JOIN (Results 1 – 3 of 3) sorted by relevance

/external/libevent/test/
Dregress_thread.h40 #define THREAD_JOIN(th) WaitForSingleObject(th, INFINITE) macro
51 #define THREAD_JOIN(th) pthread_join(th, NULL) macro
Dregress_thread.c239 THREAD_JOIN(threads[i]); in thread_basic()
341 THREAD_JOIN(threads[i]); in thread_conditions_simple()
491 THREAD_JOIN(load_threads[i]); in thread_deferred_cb_skew()
548 THREAD_JOIN(thread); in thread_no_events()
Dregress.c1083 THREAD_JOIN(thread); in test_del_wait()
1116 THREAD_JOIN(thread); in test_del_notify()