Searched refs:thr_join (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/libmtmalloc/tests/
H A Dgeneral.c56 while (thr_join(NULL, NULL, NULL) == 0);
H A Dexhaust.c77 while (thr_join(NULL, NULL, NULL) == 0);
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_ua_common.c111 (void) thr_join(tid, NULL, NULL);
159 (void) thr_join(hp->producer_tid, NULL, NULL);
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dupdate.c291 * If we are not going to thr_join then need to create detached.
312 thr_join(tid, NULL, NULL);
H A Dshim.c506 thr_join(NULL, NULL, NULL);
/osnet-11/usr/src/lib/librdc/common/
H A Drdcconfig.c227 sleep(1); /* give thr_join a chance to be called */
657 * collect status here from thr_join-status,
661 while (thr_join(NULL, NULL, (void**) &tmprc) == 0) {
706 * collect status here from thr_join-status,
710 while (thr_join(NULL, NULL, (void**) &tmprc) == 0) {
766 * collect status here from thr_join-status,
770 while (thr_join(NULL, NULL, (void**) &tmprc) == 0) {
822 * collect status here from thr_join-status,
826 while (thr_join(NULL, NULL, (void**) &tmprc) == 0) {
/osnet-11/usr/src/lib/libzpool/common/
H A Dtaskq.c263 (void) thr_join(tq->tq_threadlist[t], NULL, NULL);
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_standalone.c1880 thr_join(thrPool[i], NULL, &status) == 0) {
2517 thr_join(thrPool[i], NULL, &status) == 0) {
/osnet-11/usr/src/cmd/ldap/common/
H A Dldapmodify.c206 while ( thr_join(0, NULL, NULL) == 0 );
/osnet-11/usr/src/lib/libc/port/threads/
H A Dthr.c44 #pragma weak _thr_join = thr_join
311 * thr_join() stores -1 in the ul_lwpid member.
794 * the ulwp_t struct for the benefit of thr_join().
1068 thr_join(thread_t tid, thread_t *departed, void **status) function
1075 * pthread_join() differs from Solaris thr_join():
/osnet-11/usr/src/lib/libsysevent/
H A Dlibsysevent.c2499 (void) thr_join(sub_info->sp_handler_tid, NULL, NULL);

Completed in 52 milliseconds