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

  /external/ltp/include/lapi/
sched.h 71 #ifndef CLONE_IO
72 #define CLONE_IO 0x80000000
  /bionic/libc/kernel/uapi/linux/
sched.h 44 #define CLONE_IO 0x80000000
  /external/kernel-headers/original/uapi/linux/
sched.h 31 #define CLONE_IO 0x80000000 /* Clone io context */
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_386.go 293 CLONE_IO = 0x80000000
    [all...]
zerrors_linux_amd64.go 293 CLONE_IO = 0x80000000
    [all...]
zerrors_linux_arm.go 293 CLONE_IO = 0x80000000
    [all...]
zerrors_linux_arm64.go 293 CLONE_IO = 0x80000000
    [all...]
zerrors_linux_mips.go 293 CLONE_IO = 0x80000000
    [all...]
zerrors_linux_mips64.go 293 CLONE_IO = 0x80000000
    [all...]
zerrors_linux_mips64le.go 293 CLONE_IO = 0x80000000
    [all...]
zerrors_linux_mipsle.go 293 CLONE_IO = 0x80000000
    [all...]
zerrors_linux_ppc64.go 293 CLONE_IO = 0x80000000
    [all...]
zerrors_linux_ppc64le.go 293 CLONE_IO = 0x80000000
    [all...]
zerrors_linux_s390x.go 293 CLONE_IO = 0x80000000
    [all...]
zerrors_linux_sparc64.go 275 CLONE_IO = 0x80000000
    [all...]

Completed in 136 milliseconds