Searched defs:low_threshold (Results 1 – 4 of 4) sorted by relevance
17 QualityThreshold::QualityThreshold(int low_threshold, in QualityThreshold()
113 def __init__(self, low_threshold, high_threshold, init_state): argument
126 size_t low_threshold() const { return low_threshold_; } in low_threshold() function
113 void RRSendQueue::ThresholdWatcher::SetLowThreshold(size_t low_threshold) { in SetLowThreshold()