Searched refs:rt_condvar_timedwait (Results 1 – 4 of 4) sorted by relevance
| /components/drivers/include/ipc/ |
| A D | condvar.h | 27 int rt_condvar_timedwait(rt_condvar_t cv, rt_mutex_t mtx, int suspend_flag,
|
| /components/lwp/terminal/ |
| A D | bsd_porting.h | 168 rt_condvar_timedwait(cvp, mp, RT_KILLABLE, RT_WAITING_FOREVER) 170 rt_condvar_timedwait(cvp, mp, RT_INTERRUPTIBLE, RT_WAITING_FOREVER) 173 #define cv_timedwait(cvp, mp, t) rt_condvar_timedwait(cvp, mp, RT_KILLABLE, t) 175 rt_condvar_timedwait(cvp, mp, RT_INTERRUPTIBLE, t)
|
| /components/drivers/ipc/ |
| A D | condvar.c | 73 int rt_condvar_timedwait(rt_condvar_t cv, rt_mutex_t mtx, int suspend_flag, in rt_condvar_timedwait() function
|
| A D | pipe.c | 94 rc = rt_condvar_timedwait(&pipe->waitfor_parter, &pipe->lock, in pipe_fops_open()
|
Completed in 10 milliseconds