Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ timer_timeout_callback
Function
timer_timeout_callback
components/lwp/lwp_syscall.c:2826–2830 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2824
}
2825
2826
static void timer_timeout_callback(void *parameter)
2827
{
2828
rt_sem_t sem = (rt_sem_t)parameter;
2829
rt_sem_release(sem);
2830
}
2831
2832
/**
2833
* @brief Creates a timer.
Callers
nothing calls this directly
Calls
1
rt_sem_release
Function · 0.85
Tested by
no test coverage detected