Searched refs:pthread_join (Results 76 - 100 of 115) sorted by relevance

12345

/macosx-10.10/xnu-2782.1.97/tools/tests/jitter/
H A Dtimer_jitter.c406 res = pthread_join(secthread, NULL);
408 err(1, "pthread_join");
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dkqueue_tests.c462 my_err = pthread_join( my_threadv[my_index], &my_pthread_join_status );
464 printf( "pthread_join failed with error %d - %s \n", my_err, strerror(my_err) );
/macosx-10.10/OpenSSH-189/openssh/
H A Dauth-pam.c212 pthread_join(sp_pthread_t thread, void **value) function
536 pthread_join(ctxt->pam_thread, NULL);
/macosx-10.10/cups-408/cups/scheduler/
H A Dsysman.c399 pthread_join(SysEventThread, NULL);
/macosx-10.10/dcerpc-61/dcerpc/include/dce/
H A Ddcethread.h571 #define pthread_join ($ ERROR $) macro
/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Dctfmerge.c749 pthread_join(wq->wq_thread[i], NULL);
/macosx-10.10/gssd-64/
H A Dgsstest.c854 pthread_join(client_thr, NULL);
/macosx-10.10/tcl-105/tcl84/tcl/macosx/
H A DtclMacOSXNotify.c478 result = pthread_join(notifierThread, NULL);
/macosx-10.10/xnu-2782.1.97/tools/tests/MPMMTest/
H A DMPMMtest.c640 ret = pthread_join(thread->tid, NULL);
642 err(1, "pthread_join(%p)", thread->tid);
H A DKQMPMMtest.c693 ret = pthread_join(thread->tid, NULL);
695 err(1, "pthread_join(%p)", thread->tid);
/macosx-10.10/xnu-2782.1.97/tools/tests/zero-to-n/
H A Dzero-to-n.c601 res = pthread_join(threads[i], NULL);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/regressions/
H A Dssl-39-echo.c727 pthread_join(client_thread, (void*)&client_err);
728 pthread_join(server_thread, (void*)&server_err);
/macosx-10.10/BerkeleyDB-21/db/mutex/
H A Dtest_mutex.c52 #define os_thread_join(thr, statusp) pthread_join((thr), (statusp))
/macosx-10.10/Heimdal-398.1.2/appl/gssmask/
H A Dgssmaestro.c953 pthread_join(&clients[i]->thr, NULL);
/macosx-10.10/OpenSSL098-52/src/crypto/threads/
H A Dmttest.c1108 pthread_join(thread_ctx[i],NULL);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/sslViewer/
H A DsslAppUtils.cpp1479 result = pthread_join(serverPthread, &serverRtn);
1481 printf("***pthread_join returned %d, aborting\n", result);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/clAppUtils/
H A DsslAppUtils.cpp1471 result = pthread_join(serverPthread, &serverRtn);
1473 printf("***pthread_join returned %d, aborting\n", result);
/macosx-10.10/Security-57031.1.35/sslViewer/
H A DsslAppUtils.cpp1433 result = pthread_join(serverPthread, &serverRtn);
1435 printf("***pthread_join returned %d, aborting\n", result);
/macosx-10.10/SmartcardCCID-55008/ccid/ccid/src/
H A Dccid_usb.c847 pthread_join(msExt->thread_proc, NULL);
/macosx-10.10/autofs-246/automountd/
H A Dautod_main.c387 pthread_join(timeout_thr, NULL);
/macosx-10.10/efax-38/efax/
H A Defaxos.c888 pthread_join(sysEventThread, NULL);
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1167 GTEST_CHECK_POSIX_SUCCESS_(pthread_join(thread_, 0));
/macosx-10.10/ruby-106/ruby/
H A Dthread_pthread.c923 int err = pthread_join(th, 0);
/macosx-10.10/tcl-105/tcl/tcl/macosx/
H A DtclMacOSXNotify.c706 int result = pthread_join(notifierThread, NULL);
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/
H A Dlibmicro.c572 (void) pthread_join(tids[i], NULL);

Completed in 392 milliseconds

12345