Home
last modified time | relevance | path

Searched defs:mutex_type (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/include/__mutex/
H A Dlock_guard.h26 typedef _Mutex mutex_type; _LIBCPP_THREAD_SAFETY_ANNOTATION() typedef
H A Dunique_lock.h32 typedef _Mutex mutex_type; global() typedef
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dspuriously-wake-up-functions.cpp63 typedef Mutex mutex_type; typedef in std::unique_lock
/llvm-project/llvm/include/llvm/IR/
H A DValueMap.h57 using mutex_type = MutexT; member