Home
last modified time | relevance | path

Searched refs:EBUSY (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dreal_deadlock_detector_stress_test.cpp100 if (err != 0 && err != EBUSY) { in Thread()
104 failed = err == EBUSY; in Thread()
108 if (err != 0 && err != EBUSY) { in Thread()
112 failed = err == EBUSY; in Thread()
/llvm-project-15.0.7/libcxx/include/
H A Derrno.h283 #ifndef EBUSY
284 #define EBUSY 9952 macro
H A D__errc37 device_or_resource_busy, // EBUSY
134 device_or_resource_busy = EBUSY,
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_errno.cpp24 COMPILER_CHECK(errno_EBUSY == EBUSY);
/llvm-project-15.0.7/libcxx/test/std/diagnostics/errno/
H A Dcerrno.pass.cpp55 #ifndef EBUSY
56 #error EBUSY not defined
/llvm-project-15.0.7/compiler-rt/test/tsan/Linux/
H A Dthread_tryjoin.c15 if (res != EBUSY) { in check()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteErrno.def24 HANDLE_ERRNO(EBUSY, 16)
/llvm-project-15.0.7/libcxx/test/std/diagnostics/syserr/
H A Derrc.pass.cpp35 static_assert(static_cast<int>(std::errc::device_or_resource_busy) == EBUSY, ""); in main()
/llvm-project-15.0.7/openmp/runtime/src/
H A Dz_Linux_util.cpp1368 if (status != 0 && status != EBUSY) { in __kmp_suspend_uninitialize_thread()
1372 if (status != 0 && status != EBUSY) { in __kmp_suspend_uninitialize_thread()
1948 if (status != 0 && status != EBUSY) { in __kmp_runtime_destroy()
1952 if (status != 0 && status != EBUSY) { in __kmp_runtime_destroy()
/llvm-project-15.0.7/libc/spec/
H A Dposix.td69 Macro<"EBUSY">,