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

Function thread4_entry

src/utest/thread_tc.c:195–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195static void thread4_entry(void *parameter)
196{
197 rt_uint32_t delay_times = 5;
198 while (delay_times --)
199 {
200 rt_thread_mdelay(300);
201 }
202 rt_thread_idle_delhook(idle_hook);
203 tid4_finish_flag = 1;
204}
205
206static void test_idle_hook(void)
207{

Callers

nothing calls this directly

Calls 2

rt_thread_mdelayFunction · 0.85
rt_thread_idle_delhookFunction · 0.85

Tested by

no test coverage detected