Home
last modified time | relevance | path

Searched refs:CLONE_SYSVSEM (Results 1 – 25 of 34) sorted by relevance

12

/external/strace/xlat/
Dclone_flags.h76 #if defined(CLONE_SYSVSEM) || (defined(HAVE_DECL_CLONE_SYSVSEM) && HAVE_DECL_CLONE_SYSVSEM)
78 static_assert((CLONE_SYSVSEM) == (0x00040000), "CLONE_SYSVSEM != 0x00040000");
81 # define CLONE_SYSVSEM 0x00040000
188 XLAT(CLONE_SYSVSEM),
Dunshare_flags.h35 #if defined(CLONE_SYSVSEM) || (defined(HAVE_DECL_CLONE_SYSVSEM) && HAVE_DECL_CLONE_SYSVSEM)
36 XLAT(CLONE_SYSVSEM),
Dunshare_flags.in7 CLONE_SYSVSEM
Dclone_flags.in11 CLONE_SYSVSEM 0x00040000
/external/ltp/include/lapi/
Dsched.h67 #ifndef CLONE_SYSVSEM
68 #define CLONE_SYSVSEM 0x00040000 macro
/external/syzkaller/sys/linux/
Dnamespaces_arm64.const12 CLONE_SYSVSEM = 262144
Dnamespaces_arm.const12 CLONE_SYSVSEM = 262144
Dnamespaces_ppc64le.const12 CLONE_SYSVSEM = 262144
Dnamespaces_386.const12 CLONE_SYSVSEM = 262144
Dnamespaces_amd64.const12 CLONE_SYSVSEM = 262144
Dnamespaces.txt15 …CLONE_NEWNET, CLONE_NEWNS, CLONE_NEWPID, CLONE_NEWUSER, CLONE_NEWUTS, CLONE_SYSVSEM, CLONE_THREAD,…
Dsys_386.const45 CLONE_SYSVSEM = 262144
Dsys_amd64.const45 CLONE_SYSVSEM = 262144
Dsys_ppc64le.const45 CLONE_SYSVSEM = 262144
Dsys_arm.const45 CLONE_SYSVSEM = 262144
Dsys_arm64.const45 CLONE_SYSVSEM = 262144
/external/kernel-headers/original/uapi/linux/
Dsched.h18 #define CLONE_SYSVSEM 0x00040000 /* share system V SEM_UNDO semantics */ macro
/external/ltp/testcases/kernel/syscalls/kcmp/
Dkcmp03.c52 {CLONE_SYSVSEM, KCMP_SYSVSEM}
/external/minijail/linux-x86/
Dlibconstants.gen.c110 #ifdef CLONE_SYSVSEM
111 { "CLONE_SYSVSEM", (unsigned long) CLONE_SYSVSEM },
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go288 CLONE_SYSVSEM = 0x40000 const
Dzerrors_linux_mips64le.go306 CLONE_SYSVSEM = 0x40000 const
Dzerrors_linux_ppc64.go306 CLONE_SYSVSEM = 0x40000 const
Dzerrors_linux_arm.go306 CLONE_SYSVSEM = 0x40000 const
Dzerrors_linux_mips64.go306 CLONE_SYSVSEM = 0x40000 const
Dzerrors_linux_ppc64le.go306 CLONE_SYSVSEM = 0x40000 const

12