Home
last modified time | relevance | path

Searched refs:t_joincv (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h306 kcondvar_t t_joincv; /* cv used to wait for thread exit */ member
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c611 cv_broadcast(&t->t_joincv); /* wake up anyone in thread_join */ in thread_exit()
680 cv_wait(&t->t_joincv, &pidlock); in thread_join()
/illumos-gate/usr/src/uts/common/os/
H A Dfork.c768 cv_broadcast(&t->t_joincv); /* tell anyone in thread_join */ in forklwp_fail()
H A Dlwp.c1053 cv_broadcast(&t->t_joincv); /* wake up anyone in thread_join */ in lwp_exit()
H A Dcpu.c3040 cv_broadcast(&t->t_joincv); in cpu_destroy_bound_threads()