HomeSort by relevance Sort by last modified time
    Searched defs:MonitorPool (Results 1 - 2 of 2) sorted by null

  /art/runtime/
monitor_pool.cc 30 MonitorPool::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) {
monitor_pool.h 35 class MonitorPool {
37 static MonitorPool* Create() {
41 return new MonitorPool();
94 static MonitorPool* GetMonitorPool() {
106 MonitorPool() NO_THREAD_SAFETY_ANALYSIS;

Completed in 86 milliseconds