Searched refs:GetMonitorPool (Results 1 – 2 of 2) sorted by relevance
50 return GetMonitorPool()->CreateMonitorInPool(self, owner, obj, hash_code); in CreateMonitor()58 GetMonitorPool()->ReleaseMonitorToPool(self, monitor); in ReleaseMonitor()66 GetMonitorPool()->ReleaseMonitorsToPool(self, monitors); in ReleaseMonitors()74 return GetMonitorPool()->LookupMonitor(mon_id); in MonitorFromMonitorId()90 return GetMonitorPool()->ComputeMonitorIdInPool(mon, self); in ComputeMonitorId()94 static MonitorPool* GetMonitorPool() { in GetMonitorPool() function98 return Runtime::Current()->GetMonitorPool(); in GetMonitorPool()
246 MonitorPool* GetMonitorPool() const { in GetMonitorPool() function