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

Function rt_channel_send_recv

components/lwp/lwp_ipc.c:1242–1245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1240}
1241
1242rt_err_t rt_channel_send_recv(int fd, rt_channel_msg_t data, rt_channel_msg_t data_ret)
1243{
1244 return lwp_channel_send_recv_timeout(FDT_TYPE_KERNEL, fd, data, data_ret, RT_WAITING_FOREVER);
1245}
1246
1247rt_err_t rt_channel_reply(int fd, rt_channel_msg_t data)
1248{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected