Home
last modified time | relevance | path

Searched defs:cv (Results 1 – 8 of 8) sorted by relevance

/components/drivers/ipc/
A Dcondvar.c20 #define CV_ASSERT_LOCKED(cv) \ argument
25 void rt_condvar_init(rt_condvar_t cv, char *name) in rt_condvar_init()
73 int rt_condvar_timedwait(rt_condvar_t cv, rt_mutex_t mtx, int suspend_flag, in rt_condvar_timedwait()
151 int rt_condvar_signal(rt_condvar_t cv) in rt_condvar_signal()
163 int rt_condvar_broadcast(rt_condvar_t cv) in rt_condvar_broadcast()
/components/drivers/include/ipc/
A Dcondvar.h32 rt_inline void rt_condvar_detach(rt_condvar_t cv) in rt_condvar_detach()
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Ddemand.c327 char cv = 0; local
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Ddemand.c327 char cv = 0; local
/components/lwp/terminal/freebsd/
A Dtty_compat.c100 int lwp_tty_bg_stop(struct lwp_tty *tp, struct rt_condvar *cv) in lwp_tty_bg_stop()
A Dtty.c1024 int tty_wait(struct lwp_tty *tp, struct rt_condvar *cv) in tty_wait()
1045 int tty_timedwait(struct lwp_tty *tp, struct rt_condvar *cv, rt_tick_t timeout) in tty_timedwait()
/components/dfs/dfs_v1/filesystems/elmfat/
A Dff.c3399 DWORD so, cv, bcl, i; local
/components/dfs/dfs_v2/filesystems/elmfat/
A Dff.c3451 DWORD so, cv, bcl, i; local

Completed in 61 milliseconds