Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ lwp_sess_critical_exit
Function
lwp_sess_critical_exit
components/lwp/lwp_internal.c:179–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
177
}
178
179
rt_err_t lwp_sess_critical_exit(struct rt_session *sess)
180
{
181
return lwp_mutex_release_safe(&sess->mutex);
182
}
Callers
nothing calls this directly
Calls
1
lwp_mutex_release_safe
Function · 0.85
Tested by
no test coverage detected