enum Crysco::Syscalls::ProcFlags
Defined in:
syscalls.crEnum Members
-
SIGCHLD =
17 -
CLONE_NEWNS =
131072 -
subset of flags from sys/bits/sched.h
-
CLONE_NEWCGROUP =
33554432 -
CLONE_NEWUTS =
67108864 -
CLONE_NEWIPC =
134217728 -
CLONE_NEWUSER =
268435456 -
CLONE_NEWPID =
536870912 -
CLONE_NEWNET =
1073741824 -
None =
0 -
All =
2114060305
Instance Method Summary
- #clone_newcgroup?
- #clone_newipc?
- #clone_newnet?
- #clone_newns?
- #clone_newpid?
- #clone_newuser?
- #clone_newuts?
- #none?
- #sigchld?