Searched refs:MutexTest (Results 1 - 1 of 1) sorted by relevance

/art/runtime/base/
H A Dmutex_test.cc24 class MutexTest : public CommonRuntimeTest {}; class in namespace:art
39 TEST_F(MutexTest, LockUnlock) {
58 TEST_F(MutexTest, TryLockUnlock) {
76 TEST_F(MutexTest, RecursiveLockUnlock) {
94 TEST_F(MutexTest, RecursiveTryLockUnlock) {
135 TEST_F(MutexTest, RecursiveLockWait) {
139 TEST_F(MutexTest, SharedLockUnlock) {
150 TEST_F(MutexTest, ExclusiveLockUnlock) {
170 TEST_F(MutexTest, SharedTryLockUnlock) {

Completed in 50 milliseconds