Home
last modified time | relevance | path

Searched refs:CLONE_IO (Results 1 – 6 of 6) sorted by relevance

/external/strace/xlat/
Dclone_flags.h68 #if !(defined(CLONE_IO) || (defined(HAVE_DECL_CLONE_IO) && HAVE_DECL_CLONE_IO))
69 # define CLONE_IO 0x80000000 macro
102 XLAT(CLONE_IO),
Dclone_flags.in23 CLONE_IO 0x80000000
/external/ltp/include/lapi/
Dsched.h71 #ifndef CLONE_IO
72 #define CLONE_IO 0x80000000 macro
/external/kernel-headers/original/uapi/linux/
Dsched.h30 #define CLONE_IO 0x80000000 /* Clone io context */ macro
/external/ltp/testcases/kernel/syscalls/kcmp/
Dkcmp03.c51 {CLONE_IO, KCMP_IO},
/external/minijail/linux-x86/
Dlibconstants.gen.c74 #ifdef CLONE_IO
75 { "CLONE_IO", (unsigned long) CLONE_IO },