Searched refs:thr_join (Results 1 - 11 of 11) sorted by relevance
/osnet-11/usr/src/lib/libmtmalloc/tests/ |
H A D | general.c | 56 while (thr_join(NULL, NULL, NULL) == 0);
|
H A D | exhaust.c | 77 while (thr_join(NULL, NULL, NULL) == 0);
|
/osnet-11/usr/src/lib/libslp/clib/ |
H A D | slp_ua_common.c | 111 (void) thr_join(tid, NULL, NULL); 159 (void) thr_join(hp->producer_tid, NULL, NULL);
|
/osnet-11/usr/src/lib/libnisdb/yptol/ |
H A D | update.c | 291 * If we are not going to thr_join then need to create detached. 312 thr_join(tid, NULL, NULL);
|
H A D | shim.c | 506 thr_join(NULL, NULL, NULL);
|
/osnet-11/usr/src/lib/librdc/common/ |
H A D | rdcconfig.c | 227 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 D | taskq.c | 263 (void) thr_join(tq->tq_threadlist[t], NULL, NULL);
|
/osnet-11/usr/src/lib/libsldap/common/ |
H A D | ns_standalone.c | 1880 thr_join(thrPool[i], NULL, &status) == 0) { 2517 thr_join(thrPool[i], NULL, &status) == 0) {
|
/osnet-11/usr/src/cmd/ldap/common/ |
H A D | ldapmodify.c | 206 while ( thr_join(0, NULL, NULL) == 0 );
|
/osnet-11/usr/src/lib/libc/port/threads/ |
H A D | thr.c | 44 #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 D | libsysevent.c | 2499 (void) thr_join(sub_info->sp_handler_tid, NULL, NULL);
|
Completed in 52 milliseconds