Home
last modified time | relevance | path

Searched refs:offset_access_mutex (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DFile.h430 std::mutex offset_access_mutex; variable
/llvm-project-15.0.7/lldb/source/Host/common/
H A DFile.cpp656 std::lock_guard<std::mutex> guard(offset_access_mutex); in Read()
712 std::lock_guard<std::mutex> guard(offset_access_mutex); in Write()