Home
last modified time | relevance | path

Searched refs:thr_join (Results 1 – 25 of 49) sorted by relevance

12

/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dthread.c91 (void) thr_join(prev, NULL, NULL); /* joinable thread */ in thread_exit()
102 (void) thr_join(thr_id, NULL, NULL); in thread_join()
H A Dtaskq.c55 extern int thr_join(thread_t, thread_t *, void **);
372 (void) thr_join(tq->tq_threadlist[t], NULL, NULL); in taskq_destroy()
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/pri/
H A Dpriplugin.c142 (void) thr_join(pri_worker_thread_id, NULL, NULL); in priplugin_init()
364 (void) thr_join(pri_worker_thread_id, NULL, NULL); in priplugin_fini()
369 (void) thr_join(pri_reader_thread_id, NULL, NULL); in priplugin_fini()
/illumos-gate/usr/src/lib/libmtmalloc/tests/
H A Dgeneral.c54 while (thr_join(NULL, NULL, NULL) == 0); in main()
H A Dexhaust.c75 while (thr_join(NULL, NULL, NULL) == 0); in main()
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_ua_common.c107 (void) thr_join(tid, NULL, NULL); in slp_ua_common()
157 (void) thr_join(hp->producer_tid, NULL, NULL); in consumer()
/illumos-gate/usr/src/test/os-tests/tests/
H A Dclock_gettime.c206 if (thr_join(thr, NULL, NULL) != 0) { in clock_test_thread_clock()
328 if (thr_join(thr, NULL, &thr_ret) != 0) { in main()
/illumos-gate/usr/src/head/
H A Dthread.h56 extern int thr_join(thread_t, thread_t *, void **);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/threadsappend/
H A Dthreadsappend.c128 while (thr_join(0, NULL, NULL) == 0) in main()
/illumos-gate/usr/src/test/os-tests/tests/uccid/
H A Dexcl-nonblock.c90 if (thr_join(thr, NULL, NULL) != 0) { in main()
/illumos-gate/usr/src/test/os-tests/tests/stackalign/
H A Dstackalign.c113 (void) thr_join(tid, NULL, NULL); in main()
/illumos-gate/usr/src/cmd/syseventd/modules/datalink_mod/
H A Ddatalink_mod.c190 (void) thr_join(dl_notify_tid, NULL, NULL); in slm_fini()
/illumos-gate/usr/src/test/nvme-tests/tests/ioctl/
H A Dlock-signal.c127 ret = thr_join(thr, NULL, NULL); in lock_signal_one()
H A Dlock-order.c373 int err = thr_join(thrids[i], NULL, NULL); in lock_order_test()
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.c295 thr_join(0, 0, 0); in thr_statd_init()
328 thr_join(0, 0, 0); in thr_statd_init()
369 thr_join(0, 0, 0); in thr_statd_init()
403 thr_join(0, 0, 0); in thr_statd_init()
/illumos-gate/usr/src/cmd/cdrw/
H A Dtrackio.c557 (void) thr_join(pc_thread, NULL, NULL); in write_track()
566 (void) thr_join(tio_thread, NULL, NULL); in write_track()
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_reg_mod/
H A Dsysevent_reg_mod.c251 (void) thr_join(deliver_thr_id, NULL, NULL); in slm_fini()
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dupdate.c311 thr_join(tid, NULL, NULL); in update_map_if_required()
H A Dshim.c509 thr_join(NULL, NULL, NULL); in shim_exit()
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dmutex-16200.c261 VERIFY0(thr_join(thr, NULL, &val)); in mutex_test_run_one()
/illumos-gate/usr/src/cmd/syseventd/modules/devfsadmd_mod/
H A Ddevfsadmd_mod.c358 (void) thr_join(deliver_thr_id, NULL, NULL); in slm_fini()
/illumos-gate/usr/src/cmd/picl/plugins/common/piclevent/
H A Dpicl_slm.c423 (void) thr_join(piclslm_deliver_thr_id, NULL, NULL); in slm_fini()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_taskq.c286 (void) thr_join(ztq->ztq_threadlist[t], NULL, NULL); in zfs_taskq_destroy()
/illumos-gate/usr/src/lib/mergeq/
H A Dworkq.c290 VERIFY0(thr_join(wqp->wq_thrs[i], NULL, NULL)); in workq_work()
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfrd_server.c115 thr_join(0, NULL, NULL); in yptol_exit()

12