Searched refs:_threading (Results 1 – 9 of 9) sorted by relevance
3 import dummy_threading as _threading namespace8 class TestThread(_threading.Thread):39 sema = _threading.BoundedSemaphore(value=3)41 mutex = _threading.RLock()
5 import threading as _threading namespace7 import dummy_threading as _threading namespace33 self.mutex = _threading.Lock()36 self.not_empty = _threading.Condition(self.mutex)39 self.not_full = _threading.Condition(self.mutex)42 self.all_tasks_done = _threading.Condition(self.mutex)
34 import threading as _threading namespace36 import dummy_threading as _threading namespace1238 self._cookies_lock = _threading.RLock()
18 import threading as _threading20 import dummy_threading as _threading
37 import threading as _threading namespace1263 self._cookies_lock = _threading.RLock()
1520 import threading as _threading1522 import dummy_threading as _threading1524 In this example, :mod:`_threading` is used as the module name to make it clear1526 module. Code can call functions and use classes in :mod:`_threading` whether or
2352 .. _threading:
2996 .. _threading: