Lines Matching defs:wait
176 self.stop_event.wait(1)
1062 _exposed_ = ('acquire', 'release', 'wait', 'notify', 'notify_all')
1063 def wait(self, timeout=None):
1064 return self._callmethod('wait', (timeout,))
1083 self.wait(waittime)
1089 _exposed_ = ('is_set', 'set', 'clear', 'wait')
1096 def wait(self, timeout=None):
1097 return self._callmethod('wait', (timeout,))
1101 _exposed_ = ('__getattribute__', 'wait', 'abort', 'reset')
1102 def wait(self, timeout=None):
1103 return self._callmethod('wait', (timeout,))