/illumos-gate/usr/src/lib/libfakekernel/common/ |
H A D | thread.c | 91 (void) thr_join(prev, NULL, NULL); /* joinable thread */ in thread_exit() 102 (void) thr_join(thr_id, NULL, NULL); in thread_join()
|
H A D | taskq.c | 55 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 D | priplugin.c | 142 (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/libslp/clib/ |
H A D | slp_ua_common.c | 107 (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/lib/libmtmalloc/tests/ |
H A D | general.c | 54 while (thr_join(NULL, NULL, NULL) == 0); in main()
|
H A D | exhaust.c | 75 while (thr_join(NULL, NULL, NULL) == 0); in main()
|
/illumos-gate/usr/src/test/os-tests/tests/ |
H A D | clock_gettime.c | 206 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 D | thread.h | 56 extern int thr_join(thread_t, thread_t *, void **);
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/threadsappend/ |
H A D | threadsappend.c | 128 while (thr_join(0, NULL, NULL) == 0) in main()
|
/illumos-gate/usr/src/test/os-tests/tests/uccid/ |
H A D | excl-nonblock.c | 90 if (thr_join(thr, NULL, NULL) != 0) { in main()
|
/illumos-gate/usr/src/test/os-tests/tests/stackalign/ |
H A D | stackalign.c | 113 (void) thr_join(tid, NULL, NULL); in main()
|
/illumos-gate/usr/src/cmd/syseventd/modules/datalink_mod/ |
H A D | datalink_mod.c | 190 (void) thr_join(dl_notify_tid, NULL, NULL); in slm_fini()
|
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/ |
H A D | sm_statd.c | 295 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/test/nvme-tests/tests/ioctl/ |
H A D | lock-signal.c | 127 ret = thr_join(thr, NULL, NULL); in lock_signal_one()
|
H A D | lock-order.c | 373 int err = thr_join(thrids[i], NULL, NULL); in lock_order_test()
|
/illumos-gate/usr/src/cmd/cdrw/ |
H A D | trackio.c | 557 (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/lib/libnisdb/yptol/ |
H A D | update.c | 311 thr_join(tid, NULL, NULL); in update_map_if_required()
|
H A D | shim.c | 509 thr_join(NULL, NULL, NULL); in shim_exit()
|
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_reg_mod/ |
H A D | sysevent_reg_mod.c | 251 (void) thr_join(deliver_thr_id, NULL, NULL); in slm_fini()
|
/illumos-gate/usr/src/test/libc-tests/tests/ |
H A D | mutex-16200.c | 261 VERIFY0(thr_join(thr, NULL, &val)); in mutex_test_run_one()
|
/illumos-gate/usr/src/cmd/syseventd/modules/devfsadmd_mod/ |
H A D | devfsadmd_mod.c | 358 (void) thr_join(deliver_thr_id, NULL, NULL); in slm_fini()
|
/illumos-gate/usr/src/cmd/picl/plugins/common/piclevent/ |
H A D | picl_slm.c | 423 (void) thr_join(piclslm_deliver_thr_id, NULL, NULL); in slm_fini()
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_taskq.c | 286 (void) thr_join(ztq->ztq_threadlist[t], NULL, NULL); in zfs_taskq_destroy()
|
/illumos-gate/usr/src/lib/mergeq/ |
H A D | workq.c | 290 VERIFY0(thr_join(wqp->wq_thrs[i], NULL, NULL)); in workq_work()
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | ypxfrd_server.c | 115 thr_join(0, NULL, NULL); in yptol_exit()
|