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

Function rt_channel_component_init

components/lwp/lwp_ipc.c:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166rt_err_t rt_channel_component_init(void)
167{
168 return rt_mutex_init(&_chn_obj_lock, "rt_chnannel", RT_IPC_FLAG_PRIO);
169}
170
171/**
172 * Create a new or open an existing IPC channel.

Callers 1

lwp_component_initFunction · 0.85

Calls 1

rt_mutex_initFunction · 0.85

Tested by

no test coverage detected