Lines Matching refs:MutexTester
26 struct MutexTester { struct
41 MutexTester::AssertDepth(mu, 0U); in TEST_F()
43 MutexTester::AssertDepth(mu, 1U); in TEST_F()
45 MutexTester::AssertDepth(mu, 0U); in TEST_F()
51 MutexTester::AssertDepth(mu, 0U); in TryLockUnlockTest()
53 MutexTester::AssertDepth(mu, 1U); in TryLockUnlockTest()
55 MutexTester::AssertDepth(mu, 0U); in TryLockUnlockTest()
65 MutexTester::AssertDepth(mu, 0U); in RecursiveLockUnlockTest()
67 MutexTester::AssertDepth(mu, 1U); in RecursiveLockUnlockTest()
69 MutexTester::AssertDepth(mu, 2U); in RecursiveLockUnlockTest()
71 MutexTester::AssertDepth(mu, 1U); in RecursiveLockUnlockTest()
73 MutexTester::AssertDepth(mu, 0U); in RecursiveLockUnlockTest()
83 MutexTester::AssertDepth(mu, 0U); in RecursiveTryLockUnlockTest()
85 MutexTester::AssertDepth(mu, 1U); in RecursiveTryLockUnlockTest()
87 MutexTester::AssertDepth(mu, 2U); in RecursiveTryLockUnlockTest()
89 MutexTester::AssertDepth(mu, 1U); in RecursiveTryLockUnlockTest()
91 MutexTester::AssertDepth(mu, 0U); in RecursiveTryLockUnlockTest()