Searched defs:RecursiveMutex (Results 1 – 4 of 4) sorted by relevance
34 TEST(RecursiveMutex, LockUnlock) PW_NO_LOCK_SAFETY_ANALYSIS { in TEST() argument46 TEST(RecursiveMutex, LockUnlockStatic) PW_NO_LOCK_SAFETY_ANALYSIS { in TEST() argument57 TEST(RecursiveMutex, TryLockUnlock) PW_NO_LOCK_SAFETY_ANALYSIS { in TEST() argument70 TEST(RecursiveMutex, LockUnlockInC) { in TEST() argument82 TEST(RecursiveMutex, TryLockUnlockInC) { in TEST() argument
372 RecursiveMutex section in Critical Section Lock Primitives
31 RecursiveMutex chapter
23 inline RecursiveMutex::RecursiveMutex() : native_type_(0) {} in RecursiveMutex() function