Home
last modified time | relevance | path

Searched defs:mutex_ (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.h80 Mutex mutex_; variable
H A Dsanitizer_stackdepot.cpp118 StaticSpinMutex mutex_ = {}; member in __sanitizer::__anon00152a2d0111::CompressThread
H A Dsanitizer_symbolizer_report.cpp260 StaticSpinMutex ScopedErrorReportLock::mutex_; member in __sanitizer::ScopedErrorReportLock
H A Dsanitizer_allocator_secondary.h321 mutable StaticSpinMutex mutex_; variable
H A Dsanitizer_common.h246 ~ScopedErrorReportLock() SANITIZER_RELEASE(mutex_) { Unlock(); } in SANITIZER_RELEASE() argument
254 static StaticSpinMutex mutex_; variable
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dbenchmark_register.cc90 Mutex mutex_; member in benchmark::internal::BenchmarkFamilies
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc681 static Mutex mutex_; member in testing::internal::ThreadLocalRegistryImpl
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h883 mutable Mutex mutex_; // Protects action_count_checked_. variable
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1444 mutable internal::Mutex mutex_; variable
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp2276 Mutex* mutex_; member in InvalidNonstatic::Foo
3149 Mutex mutex_; member in UnlockBug::Foo
3919 Mutex mutex_; member in TemplateLockReturned::BaseT