Searched refs:rt_wqueue_wakeup_all (Results 1 – 7 of 7) sorted by relevance
| /components/drivers/include/ipc/ |
| A D | waitqueue.h | 52 void rt_wqueue_wakeup_all(rt_wqueue_t *queue, void *key);
|
| /components/lwp/terminal/freebsd/ |
| A D | tty_pts.c | 630 rt_wqueue_wakeup_all(&psc->pts_outpoll, (void *)POLLIN); in ptsdrv_outwakeup() 638 rt_wqueue_wakeup_all(&psc->pts_inpoll, (void *)POLLOUT); in ptsdrv_inwakeup() 714 rt_wqueue_wakeup_all(&psc->pts_inpoll, (void *)POLLHUP); in ptsdrv_free() 715 rt_wqueue_wakeup_all(&psc->pts_outpoll, (void *)POLLHUP); in ptsdrv_free()
|
| A D | tty.c | 1009 rt_wqueue_wakeup_all(&tp->t_outpoll, (void *)POLLOUT); in tty_wakeup() 1019 rt_wqueue_wakeup_all(&tp->t_inpoll, (void *)POLLIN); in tty_wakeup()
|
| /components/drivers/ipc/ |
| A D | condvar.c | 169 rt_wqueue_wakeup_all(&cv->event, 0); in rt_condvar_broadcast()
|
| A D | waitqueue.c | 136 void rt_wqueue_wakeup_all(rt_wqueue_t *queue, void *key) in rt_wqueue_wakeup_all() function
|
| /components/lwp/terminal/ |
| A D | tty_device.c | 428 rt_wqueue_wakeup_all(&tp->t_inpoll, (void *)POLLHUP); in lwp_tty_delete() 429 rt_wqueue_wakeup_all(&tp->t_outpoll, (void *)POLLHUP); in lwp_tty_delete()
|
| /components/lwp/ |
| A D | lwp_pid.c | 233 rt_wqueue_wakeup_all(&_pid_emptyq, RT_NULL); in lwp_pid_put()
|
Completed in 12 milliseconds