Home
last modified time | relevance | path

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

/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/llvm-project/lldb/test/API/linux/thread/create_during_instruction_step/
Dmain.cpp33 CLONE_SIGHAND | CLONE_SYSVSEM | CLONE_THREAD | CLONE_VM, in main()
/external/ltp/testcases/kernel/syscalls/kcmp/
Dkcmp03.c40 {CLONE_SYSVSEM, KCMP_SYSVSEM}
/external/kernel-headers/original/uapi/linux/
Dsched.h21 #define CLONE_SYSVSEM 0x00040000 /* share system V SEM_UNDO semantics */ macro
/external/llvm-project/libc/src/threads/linux/
Dthrd_create.cpp46 | CLONE_SYSVSEM // Share a single list of System V semaphore adjustment in LLVM_LIBC_ENTRYPOINT()
/external/rust/crates/nix/src/
Dsched.rs29 CLONE_SYSVSEM;
/external/minijail/linux-x86/
Dlibconstants.gen.c1294 #ifdef CLONE_SYSVSEM
1295 { "CLONE_SYSVSEM", (unsigned long) CLONE_SYSVSEM },
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1071 pub const CLONE_SYSVSEM: ::c_int = 0x40000; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1911 pub const CLONE_SYSVSEM: ::c_int = 0x40000; constant