Home
last modified time | relevance | path

Searched refs:errno_EBUSY (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_errno_codes.h25 #define errno_EBUSY 16 macro
H A Dsanitizer_errno.cpp24 COMPILER_CHECK(errno_EBUSY == EBUSY);
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1360 if (res == 0 || res == errno_EBUSY) { in TSAN_INTERCEPTOR()