Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ sys_fork
Function
sys_fork
components/lwp/arch/risc-v/rv64/lwp_arch.c:146–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
145
long _sys_fork(void);
146
long sys_fork(void)
147
{
148
return _sys_fork();
149
}
150
151
long _sys_vfork(void);
152
long sys_vfork(void)
Callers
nothing calls this directly
Calls
1
_sys_fork
Function · 0.85
Tested by
no test coverage detected