enum

Crysco::Syscalls::ProcFlags

Inherits Enum < Comparable < Value < Object

Constants

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 methods

clone_newcgroup?

Returns true if this enum value contains CLONE_NEWCGROUP

Source
clone_newipc?

Returns true if this enum value contains CLONE_NEWIPC

Source
clone_newnet?

Returns true if this enum value contains CLONE_NEWNET

Source
clone_newns?

Returns true if this enum value contains CLONE_NEWNS

Source
clone_newpid?

Returns true if this enum value contains CLONE_NEWPID

Source
clone_newuser?

Returns true if this enum value contains CLONE_NEWUSER

Source
clone_newuts?

Returns true if this enum value contains CLONE_NEWUTS

Source
none?
Source
sigchld?

Returns true if this enum value contains SIGCHLD

Source