Searched defs:FUTEX_PRIVATE_FLAG (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/sys/ | ||
H A D | futex.h | 35 #define FUTEX_PRIVATE_FLAG 128 macro |
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ | ||
H A D | sanitizer_linux.cpp | 123 const int FUTEX_PRIVATE_FLAG = 128; variable |