Searched refs:CompilationMutex (Results 1 – 2 of 2) sorted by relevance
68 auto &CompilationMutex = [&]() -> std::shared_mutex & { in getLock() local73 return Entry->CompilationMutex; in getLock()75 return std::make_unique<ReaderWriterLock>(CompilationMutex); in getLock()
22 std::shared_mutex CompilationMutex; member