Files
llvm-project/llvm/lib/CAS/MappedFileRegionArena.cpp
Steven Wu e9144cc197 [CAS] Retry blocking syscalls on EINTR (#194691)
Wrap blocking syscalls used by LLVMCAS inside RetryAfterSignal so they
are retried on EINTR instead of surfacing as error or silently dropping
actions due to failed to acquire locks.
2026-04-28 12:31:43 -07:00

16 KiB