Searched refs:has_monitor_operations_ (Results 1 – 1 of 1) sorted by relevance
405 has_monitor_operations_(false), in allocator_()708 bool HasMonitorOperations() const { return has_monitor_operations_; } in HasMonitorOperations()709 void SetHasMonitorOperations(bool value) { has_monitor_operations_ = value; } in SetHasMonitorOperations()823 bool has_monitor_operations_; variable