Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
277
int 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_empty
Function · 0.85
serial_fops_read
Function · 0.85
pipe_fops_read
Function · 0.85
pipe_fops_write
Function · 0.85
Calls
1
_rt_wqueue_wait
Function · 0.85
Tested by
no test coverage detected