Home
last modified time | relevance | path

Searched defs:THREAD_JOIN (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_thread.h40 #define THREAD_JOIN(th) WaitForSingleObject(th, INFINITE) macro
51 #define THREAD_JOIN(th) pthread_join(th, NULL) macro
/freebsd/contrib/libevent/test/
H A Dregress_thread.h40 #define THREAD_JOIN(th) WaitForSingleObject(th, INFINITE) macro
51 #define THREAD_JOIN(th) pthread_join(th, NULL) macro