MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / sys_vfork

Function sys_vfork

components/lwp/lwp_syscall.c:3712–3715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3710}
3711
3712rt_weak sysret_t sys_vfork(void)
3713{
3714 return sys_fork();
3715}
3716
3717#define _swap_lwp_data(lwp_used, lwp_new, type, member) \
3718 do {\

Callers

nothing calls this directly

Calls 1

sys_forkFunction · 0.70

Tested by

no test coverage detected