Home
last modified time | relevance | path

Searched refs:dummy_thread (Results 1 – 21 of 21) sorted by relevance

/external/python/cpython2/Doc/library/
Ddummy_thread.rst1 :mod:`dummy_thread` --- Drop-in replacement for the :mod:`thread` module
4 .. module:: dummy_thread
8 The :mod:`dummy_thread` module has been renamed to :mod:`_dummy_thread` in
13 **Source code:** :source:`Lib/dummy_thread.py`
26 import dummy_thread as _thread
Dsomeos.rst20 dummy_thread.rst
Dthread.rst34 :mod:`dummy_thread` module is available. It duplicates this module's interface
/external/mesa3d/src/egl/main/
Deglcurrent.c41 static _EGLThreadInfo dummy_thread; variable
120 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()
/external/python/cpython2/Lib/
Ddummy_threading.py11 import dummy_thread
77 del dummy_thread
Dmimetools.py110 import dummy_thread as thread
D_strptime.py23 from dummy_thread import allocate_lock as _thread_allocate_lock
Dtempfile.py62 import dummy_thread as _thread
Dcollections.py31 from dummy_thread import get_ident as _get_ident
D_pyio.py17 from dummy_thread import allocate_lock as Lock
/external/python/cffi/cffi/
Dlock.py7 from dummy_thread import allocate_lock
/external/python/cpython2/Lib/test/
Dtest_dummy_thread.py8 import dummy_thread as _thread
/external/python/funcsigs/funcsigs/
Dodict.py10 from dummy_thread import get_ident as _get_ident
/external/python/six/
DCHANGES123 - Pull request #34: Add import mappings for dummy_thread.
/external/python/cpython2/Misc/NEWS.d/
D2.6b2.rst225 dummy_thread.acquire() should not return None.
D2.6b3.rst210 dummy_thread.
/external/python/six/documentation/
Dindex.rst568 | ``_dummy_thread`` | :mod:`py2:dummy_thread` | :mod:`py3:_dummy_thread` …
/external/python/cpython3/Doc/whatsnew/
D2.3.rst1513 :mod:`dummy_thread` and :mod:`dummy_threading`, that provide a do-nothing
/external/python/cpython2/Doc/whatsnew/
D2.3.rst1513 :mod:`dummy_thread` and :mod:`dummy_threading`, that provide a do-nothing
/external/python/cpython2/Misc/
DHISTORY4017 dummy_thread has also been modified to try to simulate the behavior.
/external/python/cpython3/Misc/
DHISTORY21401 dummy_thread has also been modified to try to simulate the behavior.