Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_errno_codes.h26 # define errno_EBUSY (0x80000000 + 14) macro
33 # define errno_EBUSY 16
H A Dsanitizer_errno.cpp24 COMPILER_CHECK(errno_EBUSY == EBUSY);
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1413 if (res == 0 || res == errno_EBUSY) { in TSAN_INTERCEPTOR()