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()
41 void MonitorPool::AllocateChunk() {
91 void MonitorPool::FreeInternal() {
108 Monitor* MonitorPool::CreateMonitorInPool(Thread* self, Thread* owner, mirror::Object* obj,
132 void MonitorPool::ReleaseMonitorToPool(Thread* self, Monitor* monitor) {
151 void MonitorPool::ReleaseMonitorsToPool(Thread* self, MonitorList::Monitors* monitors) {
monitor_pool.h 35 class MonitorPool {
37 static MonitorPool* Create() {
41 return new MonitorPool();
99 static MonitorPool* GetMonitorPool() {
107 ~MonitorPool() {
117 MonitorPool() NO_THREAD_SAFETY_ANALYSIS;

Completed in 587 milliseconds