Home
last modified time | relevance | path

Searched refs:rt_condvar_timedwait (Results 1 – 4 of 4) sorted by relevance

/components/drivers/include/ipc/
A Dcondvar.h27 int rt_condvar_timedwait(rt_condvar_t cv, rt_mutex_t mtx, int suspend_flag,
/components/lwp/terminal/
A Dbsd_porting.h168 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 Dcondvar.c73 int rt_condvar_timedwait(rt_condvar_t cv, rt_mutex_t mtx, int suspend_flag, in rt_condvar_timedwait() function
A Dpipe.c94 rc = rt_condvar_timedwait(&pipe->waitfor_parter, &pipe->lock, in pipe_fops_open()

Completed in 10 milliseconds