HomeSort by relevance Sort by last modified time
    Searched defs:CLONE_NEWCGROUP (Results 1 - 15 of 15) sorted by null

  /bionic/libc/kernel/uapi/linux/
sched.h 38 #define CLONE_NEWCGROUP 0x02000000
  /external/kernel-headers/original/uapi/linux/
sched.h 25 #define CLONE_NEWCGROUP 0x02000000 /* New cgroup namespace */
  /external/minijail/
libminijail.c 73 #ifndef CLONE_NEWCGROUP
74 # define CLONE_NEWCGROUP 0x02000000
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_386.go 294 CLONE_NEWCGROUP = 0x2000000
    [all...]
zerrors_linux_amd64.go 294 CLONE_NEWCGROUP = 0x2000000
    [all...]
zerrors_linux_arm.go 294 CLONE_NEWCGROUP = 0x2000000
    [all...]
zerrors_linux_arm64.go 294 CLONE_NEWCGROUP = 0x2000000
    [all...]
zerrors_linux_mips.go 294 CLONE_NEWCGROUP = 0x2000000
    [all...]
zerrors_linux_mips64.go 294 CLONE_NEWCGROUP = 0x2000000
    [all...]
zerrors_linux_mips64le.go 294 CLONE_NEWCGROUP = 0x2000000
    [all...]
zerrors_linux_mipsle.go 294 CLONE_NEWCGROUP = 0x2000000
    [all...]
zerrors_linux_ppc64.go 294 CLONE_NEWCGROUP = 0x2000000
    [all...]
zerrors_linux_ppc64le.go 294 CLONE_NEWCGROUP = 0x2000000
    [all...]
zerrors_linux_s390x.go 294 CLONE_NEWCGROUP = 0x2000000
    [all...]
zerrors_linux_sparc64.go 276 CLONE_NEWCGROUP = 0x2000000
    [all...]

Completed in 1602 milliseconds