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

Function utest_tc_cleanup

components/drivers/ipc/utest/completion_tc.c:192–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192static rt_err_t utest_tc_cleanup(void)
193{
194 rt_sem_detach(&_thr_exit_sem);
195 return RT_EOK;
196}
197
198UTEST_TC_EXPORT(testcase, "components.drivers.ipc.rt_completion_basic",
199 utest_tc_init, utest_tc_cleanup, 10);

Callers

nothing calls this directly

Calls 1

rt_sem_detachFunction · 0.85

Tested by

no test coverage detected