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

/macosx-10.9.5/BerkeleyDB-21/db/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)) {
/macosx-10.9.5/BerkeleyDB-21/db/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);
/macosx-10.9.5/BerkeleyDB-21/db/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);
/macosx-10.9.5/ruby-104/ruby/test/rinda/
H A Dtest_rinda.rb110 def thread_join(th) method in class:Rinda.TupleSpaceTestModule
246 thread_join(th)
252 thread_join(th)
283 assert_equal(10, thread_join(taker))
304 assert_equal(10, thread_join(taker))
361 assert_nil(thread_join(taker))
390 assert_nil(thread_join(reader))
/macosx-10.9.5/xnu-2422.115.4/tools/tests/MPMMTest/
H A DMPMMtest.c639 thread_join(thread_id_t *thread) { function
754 thread_join(&server_id[i]);
760 thread_join(&client_id[i]);
H A DKQMPMMtest.c692 thread_join(thread_id_t *thread) { function
807 thread_join(&server_id[i]);
813 thread_join(&client_id[i]);
/macosx-10.9.5/ruby-104/ruby/
H A Dthread.c774 thread_debug("thread_join: timeout (thid: %p)\n",
780 thread_debug("thread_join: interrupted (thid: %p)\n",
787 thread_join(rb_thread_t *target_th, double delay) function
804 thread_debug("thread_join (thid: %p)\n", (void *)target_th->thread_id);
817 thread_debug("thread_join: success (thid: %p)\n",
892 return thread_join(target_th, delay);
911 thread_join(th, DELAY_INFTY);

Completed in 209 milliseconds