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

Function rt_channel_peek

components/lwp/lwp_ipc.c:1262–1265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1260}
1261
1262rt_err_t rt_channel_peek(int fd, rt_channel_msg_t data)
1263{
1264 return lwp_channel_recv_timeout(FDT_TYPE_KERNEL, fd, data, 0);
1265}
1266
1267static int list_channel(void)
1268{

Callers

nothing calls this directly

Calls 1

lwp_channel_recv_timeoutFunction · 0.85

Tested by

no test coverage detected