Searched refs:GetMonitorPool (Results 1 – 2 of 2) sorted by relevance
55 return GetMonitorPool()->CreateMonitorInPool(self, owner, obj, hash_code); in CreateMonitor()64 GetMonitorPool()->ReleaseMonitorToPool(self, monitor); in ReleaseMonitor()73 GetMonitorPool()->ReleaseMonitorsToPool(self, monitors); in ReleaseMonitors()81 return GetMonitorPool()->LookupMonitor(mon_id); in MonitorFromMonitorId()98 return GetMonitorPool()->ComputeMonitorIdInPool(mon, self); in ComputeMonitorId()102 static MonitorPool* GetMonitorPool() { in GetMonitorPool() function106 return Runtime::Current()->GetMonitorPool(); in GetMonitorPool()
308 MonitorPool* GetMonitorPool() const { in GetMonitorPool() function