Searched refs:pthread_join (Results 1 - 25 of 115) sorted by relevance

12345

/macosx-10.10/llvmCore-3425.0.34/unittests/Support/
H A DManagedStatic.cpp38 pthread_join(t1, NULL);
39 pthread_join(t2, NULL);
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/dlerror/
H A Dmain.c85 pthread_join(worker1, &result);
87 pthread_join(worker2, &result);
89 pthread_join(worker3, &result);
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/dlopen-leak-threaded/
H A Dmain.c70 pthread_join(worker1, &result);
72 pthread_join(worker2, &result);
74 pthread_join(worker3, &result);
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/tlv-initializer/
H A Dmain.c69 pthread_join(worker1, &result);
71 pthread_join(worker2, &result);
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/concurrent-dlopen-initializers/
H A Dmain.c87 pthread_join(t1, &result);
88 pthread_join(t2, &result);
89 pthread_join(t3, &result);
90 pthread_join(t4, &result);
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/tlv-dylib/
H A Dmain.c74 pthread_join(worker1, &result);
76 pthread_join(worker2, &result);
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/tlv-basic/
H A Dmain.c112 pthread_join(worker1, &result);
114 pthread_join(worker2, &result);
116 pthread_join(worker3, &result);
/macosx-10.10/libclosure-65/objectTests/
H A Dcounting.m116 pthread_join(th, NULL);
118 pthread_join(th, NULL);
120 pthread_join(th, NULL);
122 pthread_join(th, NULL);
126 pthread_join(th, NULL);
130 pthread_join(th, NULL);
H A Dtlctester.mm110 pthread_join(threads[i], NULL);
/macosx-10.10/bind9-45.101/bind9/lib/isc/pthreads/include/isc/
H A Dthread.h47 ((pthread_join((t), (rp)) == 0) ? \
/macosx-10.10/libauto-186/auto_tester/
H A DUnregisteredThread.m79 pthread_join(_thread, NULL);
102 pthread_join(_thread, NULL);
/macosx-10.10/ntp-92/lib/isc/pthreads/include/isc/
H A Dthread.h47 ((pthread_join((t), (rp)) == 0) ? \
/macosx-10.10/libauto-186/tests/
H A Dmallocfree.m49 pthread_join(threads[i], NULL);
H A DrecoverLocalObjects.m58 pthread_join(thread, NULL);
H A Dthreadedresurrection.m70 pthread_join(pthread, NULL);
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/kc/
H A Dkc-50-thread.c63 pthread_join(threads[i], NULL);
/macosx-10.10/curl-83.1.2/curl/docs/examples/
H A Dmultithread.c88 error = pthread_join(tid[i], NULL);
/macosx-10.10/libunwind-35.3/testsuite/
H A Dbacktrace.c66 pthread_join(worker1, &result);
/macosx-10.10/objc4-646/test/
H A Dload-parallel.m58 pthread_join(t[i], NULL);
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/tlv-terminators/
H A Dmain.c114 pthread_join(worker1, &result);
116 pthread_join(worker2, &result);
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/threaded-flat-lookup/
H A Dmain.c91 pthread_join(other, &result);
/macosx-10.10/MITKerberosShim-66/mittestcc/
H A Dsimple_lock_test.c70 pthread_join(thread_id, NULL);
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Dthread_macosx.c118 retval = pthread_join(*pthThread, pvRetVal);
/macosx-10.10/xnu-2782.1.97/tools/tests/execperf/
H A Drun.c42 ret = pthread_join(threads[i], NULL);
44 err(1, "pthread_join");
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/Regressions/
H A Dsecd-02-upgrade-while-locked.c159 pthread_join(query_thread[i],&query_err[i]);
160 pthread_join(sos_thread, &sos_err);

Completed in 213 milliseconds

12345