Searched refs:AssertDepth (Results 1 – 1 of 1) sorted by relevance
/aosp12/art/runtime/base/ |
H A D | mutex_test.cc | 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() [all …]
|