/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | threadtest2.c | 118 pthread_join(aThread[i], 0);
|
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/ |
H A D | modem_setup.c | 187 pthread_join(modemListen, NULL); 272 pthread_join(modemListen, NULL);
|
/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | main.c | 457 (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 D | fmd_thread.c | 125 pthread_join(tp->thr_tid, NULL) != 0) {
|
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | dlpi_events.c | 162 (void) pthread_join(ncu->ncu_link.nwamd_link_dlpi_thread, NULL);
|
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/ |
H A D | smbns_netbios.c | 163 (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 D | main.c | 248 (void) pthread_join(sighand, NULL);
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | c11_thr.c | 238 if (pthread_join(thrd, &es) != 0)
|
/illumos-gate/usr/src/test/os-tests/tests/poll/ |
H A D | poll_test.c | 528 (void) pthread_join(pollThread, NULL); 530 (void) pthread_join(helperThread, NULL);
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/ |
H A D | threads.c | 121 # pragma weak pthread_join macro 151 || &pthread_join == 0
|
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11General.c | 423 (void) pthread_join(slottable->st_tid, NULL);
|
H A D | pkcs11SlotToken.c | 520 (void) pthread_join(slottable->st_tid, NULL);
|
/illumos-gate/usr/src/cmd/vscan/vscand/ |
H A D | vs_svc.c | 137 (void) pthread_join(tid, NULL);
|
H A D | vs_main.c | 602 (void) pthread_join(vscand_cfg_tid, NULL);
|
/illumos-gate/usr/src/head/ |
H A D | pthread.h | 216 extern int pthread_join(pthread_t, void **);
|
/illumos-gate/usr/src/test/libc-tests/tests/threads/ |
H A D | pthread_attr_get_np.c | 182 ret = pthread_join(thr, NULL);
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/ |
H A D | piclenvd.c | 1044 (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 D | piclenvmond.c | 122 (void) pthread_join(env_temp_thr_tid, &exitval);
|
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | schg_mgr.c | 510 (void) pthread_join(g_schg_tid, NULL);
|
/illumos-gate/usr/src/test/libc-tests/tests/common/ |
H A D | test_common.c | 239 (void) pthread_join(t->tids[i], NULL);
|
/illumos-gate/usr/src/lib/pam_modules/dhkeys/ |
H A D | dhkeys.c | 473 (void) pthread_join(tid, NULL);
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_diff.c | 806 (void) pthread_join(tid, NULL); 817 (void) pthread_join(tid, NULL);
|
/illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_tar3.c | 2468 (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 D | ldom_xmpp_client.c | 543 (void) pthread_join(xmpp_tid, NULL);
|
/illumos-gate/usr/src/lib/auditd_plugins/remote/ |
H A D | audit_remote.c | 817 if (pthread_join(recv_tid, NULL) != 0) {
|