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

Function rt_channel_recv_timeout

components/lwp/lwp_ipc.c:1252–1255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1250}
1251
1252rt_err_t rt_channel_recv_timeout(int fd, rt_channel_msg_t data, rt_int32_t time)
1253{
1254 return lwp_channel_recv_timeout(FDT_TYPE_KERNEL, fd, data, time);
1255}
1256
1257rt_err_t rt_channel_recv(int fd, rt_channel_msg_t data)
1258{

Callers

nothing calls this directly

Calls 1

lwp_channel_recv_timeoutFunction · 0.85

Tested by

no test coverage detected