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

12

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dthreadtest2.c118 pthread_join(aThread[i], 0);
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dmodem_setup.c187 pthread_join(modemListen, NULL);
272 pthread_join(modemListen, NULL);
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dmain.c457 (void) pthread_join(esi_tid, NULL);
460 (void) pthread_join(port_tid, NULL);
463 (void) pthread_join(scn_tid, NULL);
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_thread.c125 pthread_join(tp->thr_tid, NULL) != 0) {
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Ddlpi_events.c162 (void) pthread_join(ncu->ncu_link.nwamd_link_dlpi_thread, NULL);
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios.c163 (void) pthread_join(nbtd.nbs_browser.s_tid, 0);
164 (void) pthread_join(nbtd.nbs_dgm.s_tid, 0);
165 (void) pthread_join(nbtd.nbs_ns.s_tid, 0);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Dmain.c248 (void) pthread_join(sighand, NULL);
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dc11_thr.c238 if (pthread_join(thrd, &es) != 0)
/illumos-gate/usr/src/test/os-tests/tests/poll/
H A Dpoll_test.c528 (void) pthread_join(pollThread, NULL);
530 (void) pthread_join(helperThread, NULL);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dthreads.c121 # pragma weak pthread_join macro
151 || &pthread_join == 0
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11General.c423 (void) pthread_join(slottable->st_tid, NULL);
H A Dpkcs11SlotToken.c520 (void) pthread_join(slottable->st_tid, NULL);
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_svc.c137 (void) pthread_join(tid, NULL);
H A Dvs_main.c602 (void) pthread_join(vscand_cfg_tid, NULL);
/illumos-gate/usr/src/head/
H A Dpthread.h216 extern int pthread_join(pthread_t, void **);
/illumos-gate/usr/src/test/libc-tests/tests/threads/
H A Dpthread_attr_get_np.c182 ret = pthread_join(thr, NULL);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvd.c1044 (void) pthread_join(envthr_tid, &exitval);
1050 (void) pthread_join(pmthr_tid, &exitval);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpiclenvmond.c122 (void) pthread_join(env_temp_thr_tid, &exitval);
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dschg_mgr.c510 (void) pthread_join(g_schg_tid, NULL);
/illumos-gate/usr/src/test/libc-tests/tests/common/
H A Dtest_common.c239 (void) pthread_join(t->tids[i], NULL);
/illumos-gate/usr/src/lib/pam_modules/dhkeys/
H A Ddhkeys.c473 (void) pthread_join(tid, NULL);
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_diff.c806 (void) pthread_join(tid, NULL);
817 (void) pthread_join(tid, NULL);
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar3.c2468 (void) pthread_join(rdtp, NULL);
3217 (void) pthread_join(rdtp, NULL);
3248 (void) pthread_join(rdtp, NULL);
3580 (void) pthread_join(rdtp, NULL);
3616 (void) pthread_join(rdtp, NULL);
/illumos-gate/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c543 (void) pthread_join(xmpp_tid, NULL);
/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c817 if (pthread_join(recv_tid, NULL) != 0) {

Completed in 77 milliseconds

12