Home
last modified time | relevance | path

Searched refs:AllowNewMonitors (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dmonitor.h293 void AllowNewMonitors() LOCKS_EXCLUDED(monitor_list_lock_);
Dmonitor.cc1135 void MonitorList::AllowNewMonitors() { in AllowNewMonitors() function in art::MonitorList
Druntime.cc1489 monitor_list_->AllowNewMonitors(); in AllowNewSystemWeaks()