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

Function _sleep_timeout

components/drivers/ktime/src/hrtimer.c:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91static void _sleep_timeout(void *parameter)
92{
93 struct rt_ktime_hrtimer *timer = parameter;
94 rt_completion_done(&timer->completion);
95}
96
97static void _insert_timer_to_list_locked(rt_ktime_hrtimer_t timer)
98{

Callers

nothing calls this directly

Calls 1

rt_completion_doneFunction · 0.85

Tested by

no test coverage detected