Home
last modified time | relevance | path

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

/third_party/mesa3d/src/egl/main/
Deglcurrent.c43 static _EGLThreadInfo dummy_thread; variable
121 t = &dummy_thread; in _eglCreateThreadInfo()
134 if (t != &dummy_thread) { in _eglDestroyThreadInfo()
204 return (!t || t == &dummy_thread); in _eglIsCurrentThreadDummy()
227 if (t == &dummy_thread) in _eglInternalError()
/third_party/python/Doc/whatsnew/
D2.3.rst1513 :mod:`dummy_thread` and :mod:`dummy_threading`, that provide a do-nothing
/third_party/python/Misc/
DHISTORY21401 dummy_thread has also been modified to try to simulate the behavior.