Home
last modified time | relevance | path

Searched defs:CLONE_VM (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/tests/lib/libc/sys/
H A Dt_ptrace_clone_wait.h251 CLONE_TEST(clone_vm1, CLONE_VM, false, false, false) in CLONE_TEST() argument
666 CLONE_TEST2(clone_vm_signalignored, CLONE_VM, true, false) in CLONE_TEST2() argument
H A Dt_fork.c350 NESTED(nested_clone_vm, clone, CLONE_VM) in NESTED() argument
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Dsched.d172 enum CLONE_VM = 0x100; variable
/netbsd-src/sys/sys/
H A Dsched.h200 #define CLONE_VM 0x00000100 /* share address space */ macro