linux

Consts

CSIGNAL = 0x00000000
  Source Edit
CLONE_VM = 0x00000000
  Source Edit
CLONE_FS = 0x00000000
  Source Edit
CLONE_FILES = 0x00000000
  Source Edit
CLONE_SIGHAND = 0x00000000
  Source Edit
CLONE_PTRACE = 0x00000000
  Source Edit
CLONE_VFORK = 0x00000000
  Source Edit
CLONE_PARENT = 0x00000000
  Source Edit
CLONE_THREAD = 0x00000000
  Source Edit
CLONE_NEWNS = 0x00000000
  Source Edit
CLONE_SYSVSEM = 0x00000000
  Source Edit
CLONE_SETTLS = 0x00000000
  Source Edit
CLONE_PARENT_SETTID = 0x00000000
  Source Edit
CLONE_CHILD_CLEARTID = 0x00000000
  Source Edit
CLONE_DETACHED = 0x00000000
  Source Edit
CLONE_UNTRACED = 0x00000000
  Source Edit
CLONE_CHILD_SETTID = 0x00000000
  Source Edit
CLONE_STOPPED = 0x00000000
  Source Edit

Procs

proc clone(fn: pointer; child_stack: pointer; flags: cint; arg: pointer; ptid: ptr Pid;
          tls: pointer; ctid: ptr Pid): cint {...}{.importc, header: "<sched.h>".}
  Source Edit
proc pipe2(a: array[0 .. 1, cint]; flags: cint): cint {...}{.importc, header: "<unistd.h>".}
  Source Edit