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

Function rt_channel_reply

components/lwp/lwp_ipc.c:1247–1250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1245}
1246
1247rt_err_t rt_channel_reply(int fd, rt_channel_msg_t data)
1248{
1249 return lwp_channel_reply(FDT_TYPE_KERNEL, fd, data);
1250}
1251
1252rt_err_t rt_channel_recv_timeout(int fd, rt_channel_msg_t data, rt_int32_t time)
1253{

Callers

nothing calls this directly

Calls 1

lwp_channel_replyFunction · 0.85

Tested by

no test coverage detected