Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilDarwin.cpp27 static std::mutex SignalMutex; variable
49 std::lock_guard<std::mutex> Lock(SignalMutex); in ExecuteCommand()
137 std::lock_guard<std::mutex> Lock(SignalMutex); in ExecuteCommand()