Home | History | Annotate | Download | only in runtime

Lines Matching refs:monitors

33 // Abstraction to keep monitors small enough to fit in a lock word (32bits). On 32bit systems the
65 static void ReleaseMonitors(Thread* self, MonitorList::Monitors* monitors) {
68 STLDeleteElements(monitors);
70 GetMonitorPool()->ReleaseMonitorsToPool(self, monitors);
129 void ReleaseMonitorsToPool(Thread* self, MonitorList::Monitors* monitors);
204 // the 3 bit alignment constraint on monitors:
209 // Array of pointers to lists (again arrays) of pointers to chunks containing monitors.
217 // monitors, which is 0.5GB of monitors. With this maximum setting, the largest chunk list
219 // kInitialChunkStorage value of 256, this is proportionately reduced to 0.25GB of monitors.
236 // Start of free list of monitors.