Searched refs:GetMonitorPool (Results 1 – 2 of 2) sorted by relevance
52 return GetMonitorPool()->CreateMonitorInPool(self, owner, obj, hash_code); in CreateMonitor()61 GetMonitorPool()->ReleaseMonitorToPool(self, monitor); in ReleaseMonitor()70 GetMonitorPool()->ReleaseMonitorsToPool(self, monitors); in ReleaseMonitors()78 return GetMonitorPool()->LookupMonitor(mon_id); in MonitorFromMonitorId()95 return GetMonitorPool()->ComputeMonitorIdInPool(mon, self); in ComputeMonitorId()99 static MonitorPool* GetMonitorPool() { in GetMonitorPool() function103 return Runtime::Current()->GetMonitorPool(); in GetMonitorPool()
293 MonitorPool* GetMonitorPool() const { in GetMonitorPool() function