Searched defs:THREAD_JOIN (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/plugin/
H A Dthreads.h76 # define THREAD_JOIN(x) WaitForSingleObject((x), INFINITE) macro
107 # define THREAD_JOIN(x) pthread_join((x), NULL) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/plugin/
H A Dthreads.h76 # define THREAD_JOIN(x) WaitForSingleObject((x), INFINITE) macro
107 # define THREAD_JOIN(x) pthread_join((x), NULL) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress_thread.c72 #define THREAD_JOIN(th) pthread_join(th, NULL) macro
81 #define THREAD_JOIN(th) WaitForSingleObject(th, INFINITE) macro

Completed in 53 milliseconds