Home
last modified time | relevance | path

Searched defs:mtx_ (Results 1 – 7 of 7) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.h93 mutable StaticSpinMutex mtx_; variable
H A Dsanitizer_thread_arg_retval.h109 mutable Mutex mtx_; variable
H A Dsanitizer_thread_registry.h147 Mutex mtx_; global() variable
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h111 Mutex mtx_; variable
/llvm-project/libcxxabi/src/
H A Dfallback_malloc.cpp58 std::__libcpp_mutex_t* mtx_; member in __anoncdb267b60111::mutexor
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_mutex_test.cpp76 MutexType *mtx_; member in __sanitizer::TestData
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dno-suspend-with-lock.cpp269 std::mutex mtx_; member