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

Function rt_wqueue_wait

components/drivers/ipc/waitqueue.c:267–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267int rt_wqueue_wait(rt_wqueue_t *queue, int condition, int msec)
268{
269 return _rt_wqueue_wait(queue, condition, msec, RT_UNINTERRUPTIBLE);
270}
271
272int rt_wqueue_wait_killable(rt_wqueue_t *queue, int condition, int msec)
273{

Callers 5

usbh_serial_fops_readFunction · 0.85
eventfd_readFunction · 0.85
eventfd_writeFunction · 0.85
signalfd_readFunction · 0.85
ce_aes_startFunction · 0.85

Calls 1

_rt_wqueue_waitFunction · 0.85

Tested by

no test coverage detected