Home
last modified time | relevance | path

Searched refs:_threading (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_dummy_threading.py3 import dummy_threading as _threading namespace
8 class TestThread(_threading.Thread):
39 sema = _threading.BoundedSemaphore(value=3)
41 mutex = _threading.RLock()
/external/python/cpython2/Lib/
DQueue.py5 import threading as _threading namespace
7 import dummy_threading as _threading namespace
33 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)
Dcookielib.py34 import threading as _threading namespace
36 import dummy_threading as _threading namespace
1238 self._cookies_lock = _threading.RLock()
/external/python/cpython2/Doc/library/
Ddummy_threading.rst18 import threading as _threading
20 import dummy_threading as _threading
/external/python/cpython3/Lib/http/
Dcookiejar.py37 import threading as _threading namespace
1263 self._cookies_lock = _threading.RLock()
/external/python/cpython3/Doc/whatsnew/
D2.3.rst1520 import threading as _threading
1522 import dummy_threading as _threading
1524 In this example, :mod:`_threading` is used as the module name to make it clear
1526 module. Code can call functions and use classes in :mod:`_threading` whether or
/external/python/cpython2/Doc/whatsnew/
D2.3.rst1520 import threading as _threading
1522 import dummy_threading as _threading
1524 In this example, :mod:`_threading` is used as the module name to make it clear
1526 module. Code can call functions and use classes in :mod:`_threading` whether or
/external/llvm/docs/
DProgrammersManual.rst2352 .. _threading:
/external/llvm-project/llvm/docs/
DProgrammersManual.rst2996 .. _threading: