MCPcopy 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
31void 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_shmgetFunction · 0.85
lwp_shm_ref_incFunction · 0.85
lwp_shm_ref_decFunction · 0.85
lwp_shmdtFunction · 0.85
lwp_shminfoFunction · 0.85
list_shmFunction · 0.85

Calls 2

rt_thread_selfFunction · 0.85
rt_mutex_releaseFunction · 0.85

Tested by

no test coverage detected