Home
last modified time | relevance | path

Searched defs:SEM_UNDO (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dsem.h8 #define SEM_UNDO 0x1000 /* undo the operation on exit */ macro
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs3275 pub const SEM_UNDO: ::c_int = 0o10000; constant