Searched refs:cond_var (Results 1 – 1 of 1) sorted by relevance
59 def __init__(self, cond_var, text): argument63 self.cond_var = cond_var70 self.cond_var.acquire()72 self.cond_var.wait(0.25)77 self.cond_var.release()80 self.cond_var.acquire()82 self.cond_var.notify_all()83 self.cond_var.release()86 self.ticker = VerbosePrinter.Ticker(self.cond_var, self.text)100 self.cond_var = threading.Condition()