Searched refs:THREAD_JOIN (Results 1 - 5 of 5) 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
254 THREAD_JOIN(threads[i]);
356 THREAD_JOIN(threads[i]);
493 THREAD_JOIN(load_threads[i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/webserver/
H A Dwebserver.c387 THREAD_JOIN(tids[job]);
505 THREAD_JOIN(tids[job]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/webserver/
H A Dwebserver.c387 THREAD_JOIN(tids[job]);
505 THREAD_JOIN(tids[job]);

Completed in 110 milliseconds