Searched refs:thread_join (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/base/
H A Drep_base.h75 #define thread_join(thr, statusp) \ macro
107 #define thread_join(thr, statusp) pthread_join((thr), (statusp)) macro
H A Drep_msg.c181 if (thread_join(elect_thr, &status) != 0) {
224 if (ea != NULL && thread_join(elect_thr, &status) != 0)
229 if (thread_join(site_thrs[nsites], &status) != 0)
302 if (thread_join(hm_thrs[i], &status) != 0)
H A Drep_base.c237 if (thread_join(all_thr, &astatus) || thread_join(conn_thr, &cstatus)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/txn_guide/
H A Dtxn_guide.c19 #define thread_join(thr, statusp) \ macro
37 #define thread_join(thr, statusp) pthread_join((thr), (statusp)) macro
163 (void)thread_join(writer_threads[i], NULL);
H A Dtxn_guide_inmemory.c19 #define thread_join(thr, statusp) \ macro
37 #define thread_join(thr, statusp) pthread_join((thr), (statusp)) macro
164 (void)thread_join(writer_threads[i], NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/txn_guide/
H A DTxnGuide.cpp18 #define thread_join(thr, statusp) \ macro
36 #define thread_join(thr, statusp) pthread_join((thr), (statusp)) macro
146 (void)thread_join(writerThreads[i], NULL);
H A DTxnGuideInMemory.cpp18 #define thread_join(thr, statusp) \ macro
36 #define thread_join(thr, statusp) pthread_join((thr), (statusp)) macro
128 (void)thread_join(writerThreads[i], NULL);

Completed in 108 milliseconds