Home
last modified time | relevance | path

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

/llvm-project/clang/test/Analysis/
H A Dblock-in-critical-section.cpp25 struct not_real_lock { struct
26 not_real_lock<T>(std::mutex) {} in not_real_lock() argument
268 std::not_real_lock<std::mutex> not_real_lock(g_mutex); in testBlockInCriticalSectionLockGuard() local
283 std::not_real_lock<std::mutex> not_real_lock(g_mutex); in testBlockInCriticalSectionUniqueLock() local