Searched refs:pts_outwait (Results 1 – 1 of 1) sorted by relevance
69 struct rt_condvar pts_outwait; /* (t) Blocking read() on master. */ member153 error = cv_wait_sig(&psc->pts_outwait, tp->t_mtx); in ptsdev_read()629 cv_broadcast(&psc->pts_outwait); in ptsdrv_outwakeup()767 cv_init(&psc->pts_outwait, "ptsout"); in pts_alloc()783 rt_condvar_detach(&psc->pts_outwait); in pts_alloc()
Completed in 3 milliseconds