Searched refs:dummy_thread (Results 1 – 21 of 21) sorted by relevance
1 :mod:`dummy_thread` --- Drop-in replacement for the :mod:`thread` module4 .. module:: dummy_thread8 The :mod:`dummy_thread` module has been renamed to :mod:`_dummy_thread` in13 **Source code:** :source:`Lib/dummy_thread.py`26 import dummy_thread as _thread
20 dummy_thread.rst
34 :mod:`dummy_thread` module is available. It duplicates this module's interface
41 static _EGLThreadInfo dummy_thread; variable120 t = &dummy_thread; in _eglCreateThreadInfo()133 if (t != &dummy_thread) in _eglDestroyThreadInfo()197 return (!t || t == &dummy_thread); in _eglIsCurrentThreadDummy()220 if (t == &dummy_thread) in _eglInternalError()
11 import dummy_thread77 del dummy_thread
110 import dummy_thread as thread
23 from dummy_thread import allocate_lock as _thread_allocate_lock
62 import dummy_thread as _thread
31 from dummy_thread import get_ident as _get_ident
17 from dummy_thread import allocate_lock as Lock
7 from dummy_thread import allocate_lock
8 import dummy_thread as _thread
10 from dummy_thread import get_ident as _get_ident
123 - Pull request #34: Add import mappings for dummy_thread.
225 dummy_thread.acquire() should not return None.
210 dummy_thread.
568 | ``_dummy_thread`` | :mod:`py2:dummy_thread` | :mod:`py3:_dummy_thread` …
1513 :mod:`dummy_thread` and :mod:`dummy_threading`, that provide a do-nothing
4017 dummy_thread has also been modified to try to simulate the behavior.
21401 dummy_thread has also been modified to try to simulate the behavior.