Searched refs:pthread_join (Results 1 - 18 of 18) sorted by relevance
/osnet-11/usr/src/lib/libsqlite/test/ |
H A D | threadtest2.c | 118 pthread_join(aThread[i], 0);
|
/osnet-11/usr/src/lib/libsmbns/common/ |
H A D | smbns_netbios.c | 162 (void) pthread_join(nbtd.nbs_browser.s_tid, 0); 163 (void) pthread_join(nbtd.nbs_dgm.s_tid, 0); 164 (void) pthread_join(nbtd.nbs_ns.s_tid, 0);
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/ |
H A D | threads.c | 123 # pragma weak pthread_join macro 153 || &pthread_join == 0
|
/osnet-11/usr/src/lib/libcmdutils/common/ |
H A D | decompress.c | 348 (void) pthread_join(wk->tid, NULL);
|
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11General.c | 422 (void) pthread_join(slottable->st_tid, NULL);
|
H A D | pkcs11SlotToken.c | 512 (void) pthread_join(slottable->st_tid, NULL);
|
/osnet-11/usr/src/lib/libecp/common/ |
H A D | ecp_impl.c | 271 (void) pthread_join(ecp_instp->ecp_process_thread, NULL);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | thread.h | 292 if ((_eC_ = pthread_join((t)->self, (void**)(avp)))) \ 293 Perl_croak_nocontext("panic: pthread_join (%d) [%s:%d]", \
|
/osnet-11/usr/src/lib/pam_modules/dhkeys/ |
H A D | dhkeys.c | 472 (void) pthread_join(tid, NULL);
|
/osnet-11/usr/src/lib/libshadowfs/common/ |
H A D | shadow_conspiracy.c | 463 (void) pthread_join(workers[i], NULL); 508 err = pthread_join(workers[i], NULL);
|
/osnet-11/usr/src/lib/fm/libldom/sparc/ |
H A D | ldom_xmpp_client.c | 546 (void) pthread_join(xmpp_tid, NULL);
|
H A D | ldmsvcs_utils.c | 434 (void) pthread_join(pollbase.polling_tid, NULL);
|
/osnet-11/usr/src/lib/auditd_plugins/remote/ |
H A D | audit_remote.c | 940 if (recv_thread_up && pthread_join(recv_tid, NULL) != 0) {
|
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_diff.c | 940 (void) pthread_join(tid, NULL); 951 (void) pthread_join(tid, NULL);
|
H A D | libzfs_sendrecv.c | 1645 (void) pthread_join(tid, NULL); 1677 (void) pthread_join(tid, NULL);
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | db_mindex3.cc | 244 stat = pthread_join(tid, (void **)&tstat); 252 "%s: pthread_join(%d) => %d",
|
/osnet-11/usr/src/lib/libc/port/threads/ |
H A D | thr.c | 1075 * pthread_join() differs from Solaris thr_join(): 1080 #pragma weak _pthread_join = pthread_join 1082 pthread_join(pthread_t tid, void **status) function
|
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/ |
H A D | ses.c | 704 (void) pthread_join(sesthread.tid, NULL);
|
Completed in 84 milliseconds