Lines Matching refs:max_threshold
2065 max_threshold=None,
2069 |max_threshold| are not set, returns immediately.
2074 If either |max_threshold| or |min_threshold| is set, this function will
2083 @param max_threshold: wait for func value to reach or rise above this value.
2096 max_threshold is None) or \
2099 (max_threshold is not None and value >= max_threshold):