Searched refs:trylock (Results 1 – 3 of 3) sorted by relevance
357 ObjectTryLock<mirror::Object> trylock(self, obj1); in TEST_F() local358 EXPECT_TRUE(trylock.Acquired()); in TEST_F()368 ObjectTryLock<mirror::Object> trylock(self, obj1); in TEST_F() local369 EXPECT_TRUE(trylock.Acquired()); in TEST_F()
71 static mirror::Object* MonitorEnter(Thread* thread, mirror::Object* obj, bool trylock)
1024 mirror::Object* Monitor::MonitorEnter(Thread* self, mirror::Object* obj, bool trylock) { in MonitorEnter() argument1077 if (trylock) { in MonitorEnter()1106 if (trylock) { in MonitorEnter()