MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / rt_wqueue_wait_interruptible

Function rt_wqueue_wait_interruptible

components/drivers/ipc/waitqueue.c:277–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277int rt_wqueue_wait_interruptible(rt_wqueue_t *queue, int condition, int msec)
278{
279 return _rt_wqueue_wait(queue, condition, msec, RT_INTERRUPTIBLE);
280}

Callers 4

lwp_pid_wait_for_emptyFunction · 0.85
serial_fops_readFunction · 0.85
pipe_fops_readFunction · 0.85
pipe_fops_writeFunction · 0.85

Calls 1

_rt_wqueue_waitFunction · 0.85

Tested by

no test coverage detected