Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ arch_setup_additional_pages
Function
arch_setup_additional_pages
components/lwp/vdso/vdso_weak.c:15–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
#include
"vdso.h"
14
15
rt_weak int arch_setup_additional_pages(struct rt_lwp *lwp)
16
{
17
return -RT_ERROR;
18
}
19
20
rt_weak void rt_vdso_update_glob_time(void)
21
{
Callers
1
elf_aux_fill
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected