Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ rt_mm_unlock
Function
rt_mm_unlock
components/lwp/lwp_mm.c:31–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
void rt_mm_unlock(void)
32
{
33
if (rt_thread_self())
34
{
35
if (mm_lock)
36
{
37
rt_mutex_release(mm_lock);
38
}
39
}
40
}
Callers
6
lwp_shmget
Function · 0.85
lwp_shm_ref_inc
Function · 0.85
lwp_shm_ref_dec
Function · 0.85
lwp_shmdt
Function · 0.85
lwp_shminfo
Function · 0.85
list_shm
Function · 0.85
Calls
2
rt_thread_self
Function · 0.85
rt_mutex_release
Function · 0.85
Tested by
no test coverage detected