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

/freebsd-13-stable/contrib/llvm-project/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);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1243 if (res == 0 || res == errno_EBUSY) {

Completed in 111 milliseconds