Searched defs:MonitorPool (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dmonitor_pool.cc30 MonitorPool::MonitorPool() function in class:art::MonitorPool
37 void MonitorPool::AllocateChunk() {
91 Monitor* MonitorPool::CreateMonitorInPool(Thread* self, Thread* owner, mirror::Object* obj,
115 void MonitorPool::ReleaseMonitorToPool(Thread* self, Monitor* monitor) {
134 void MonitorPool::ReleaseMonitorsToPool(Thread* self, MonitorList::Monitors* monitors) {
H A Dmonitor_pool.h35 class MonitorPool { class in namespace:art
37 static MonitorPool* Create() {
41 return new MonitorPool();
94 static MonitorPool* GetMonitorPool() {
106 MonitorPool() NO_THREAD_SAFETY_ANALYSIS;

Completed in 75 milliseconds