Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ unmap
Function
unmap
examples/utest/testcases/mm/test_synchronization.h:42–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
static void unmap(void *buf)
43
{
44
int err;
45
err =
46
rt_aspace_unmap(&rt_kernel_space, buf);
47
if (err)
48
uassert_true(0);
49
return ;
50
}
51
52
static void group1_entry(void *param)
53
{
Callers
2
group1_entry
Function · 0.85
group2_entry
Function · 0.85
Calls
1
rt_aspace_unmap
Function · 0.85
Tested by
no test coverage detected