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

Function rt_channel_close

components/lwp/lwp_ipc.c:1227–1230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1225}
1226
1227rt_err_t rt_channel_close(int fd)
1228{
1229 return lwp_channel_close(FDT_TYPE_KERNEL, fd);
1230}
1231
1232rt_err_t rt_channel_send(int fd, rt_channel_msg_t data)
1233{

Callers

nothing calls this directly

Calls 1

lwp_channel_closeFunction · 0.85

Tested by

no test coverage detected