Searched defs:cv (Results 1 – 8 of 8) sorted by relevance
| /components/drivers/ipc/ |
| A D | condvar.c | 20 #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 D | condvar.h | 32 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 D | demand.c | 327 char cv = 0; local
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | demand.c | 327 char cv = 0; local
|
| /components/lwp/terminal/freebsd/ |
| A D | tty_compat.c | 100 int lwp_tty_bg_stop(struct lwp_tty *tp, struct rt_condvar *cv) in lwp_tty_bg_stop()
|
| A D | tty.c | 1024 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 D | ff.c | 3399 DWORD so, cv, bcl, i; local
|
| /components/dfs/dfs_v2/filesystems/elmfat/ |
| A D | ff.c | 3451 DWORD so, cv, bcl, i; local
|
Completed in 30 milliseconds