symmetry-linux ~master (2021-04-08T00:30:48Z)
Dub
Repo
clone
symmetry
linux
process
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(Posix)
extern (
C
) @
nogc
nothrow
int
clone
(
int
function
(
void
*
)
,
void
*
child_stack
,
int
flags
,
void
*
arg
,
...
)
Meta
Source
See Implementation
symmetry
linux
process
enums
CloneFlag
functions
clone
cloneFlag
cloneFlags
cloneFlagsFromPosix
posixCloneFlags
unshare
manifest constants
CLONE_CHILD_CLEARTID
CLONE_CHILD_SETTID
CLONE_DETACHED
CLONE_FILES
CLONE_FS
CLONE_IO
CLONE_NEWCGROUP
CLONE_NEWIPC
CLONE_NEWNET
CLONE_NEWNS
CLONE_NEWPID
CLONE_NEWUSER
CLONE_NEWUTS
CLONE_PARENT
CLONE_PARENT_SETTID
CLONE_PTRACE
CLONE_SETTLS
CLONE_SIGHAND
CLONE_SYSVSEM
CLONE_THREAD
CLONE_UNTRACED
CLONE_VFORK
CLONE_VM