Home | History | Annotate | Download | only in runtime

Lines Matching refs:trylock

335 bool Monitor::TryLock(Thread* self) {
866 mirror::Object* Monitor::MonitorEnter(Thread* self, mirror::Object* obj, bool trylock) {
912 if (trylock) {
933 if (trylock) {
934 return mon->TryLock(self) ? h_obj.Get() : nullptr;