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

Function rt_channel_send

components/lwp/lwp_ipc.c:1232–1235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1230}
1231
1232rt_err_t rt_channel_send(int fd, rt_channel_msg_t data)
1233{
1234 return lwp_channel_send(FDT_TYPE_KERNEL, fd, data);
1235}
1236
1237rt_err_t rt_channel_send_recv_timeout(int fd, rt_channel_msg_t data, rt_channel_msg_t data_ret, rt_int32_t time)
1238{

Callers 1

post_eventFunction · 0.85

Calls 1

lwp_channel_sendFunction · 0.85

Tested by

no test coverage detected