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

Function rt_channel_send_recv_timeout

components/lwp/lwp_ipc.c:1237–1240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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{
1239 return lwp_channel_send_recv_timeout(FDT_TYPE_KERNEL, fd, data, data_ret, time);
1240}
1241
1242rt_err_t rt_channel_send_recv(int fd, rt_channel_msg_t data, rt_channel_msg_t data_ret)
1243{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected