Searched defs:mutex_type (Results 1 – 4 of 4) sorted by relevance
/llvm-project/libcxx/include/__mutex/ | ||
H A D | lock_guard.h | 26 typedef _Mutex mutex_type; _LIBCPP_THREAD_SAFETY_ANNOTATION() typedef |
H A D | unique_lock.h | 32 typedef _Mutex mutex_type; global() typedef |
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ | ||
H A D | spuriously-wake-up-functions.cpp | 63 typedef Mutex mutex_type; typedef in std::unique_lock |
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | ValueMap.h | 57 using mutex_type = MutexT; member |