MCPcopy 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
42static 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
52static void group1_entry(void *param)
53{

Callers 2

group1_entryFunction · 0.85
group2_entryFunction · 0.85

Calls 1

rt_aspace_unmapFunction · 0.85

Tested by

no test coverage detected