MCPcopy 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
145long _sys_fork(void);
146long sys_fork(void)
147{
148 return _sys_fork();
149}
150
151long _sys_vfork(void);
152long sys_vfork(void)

Callers

nothing calls this directly

Calls 1

_sys_forkFunction · 0.85

Tested by

no test coverage detected