Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dthread.h300 kcondvar_t t_joincv; /* cv used to wait for thread exit */ member
/titanic_50/usr/src/uts/common/disp/
H A Dthread.c622 cv_broadcast(&t->t_joincv); /* wake up anyone in thread_join */ in thread_exit()
691 cv_wait(&t->t_joincv, &pidlock); in thread_join()
/titanic_50/usr/src/uts/common/os/
H A Dfork.c758 cv_broadcast(&t->t_joincv); /* tell anyone in thread_join */ in forklwp_fail()
H A Dlwp.c1058 cv_broadcast(&t->t_joincv); /* wake up anyone in thread_join */ in lwp_exit()
H A Dcpu.c2922 cv_broadcast(&t->t_joincv); in cpu_destroy_bound_threads()