Home
last modified time | relevance | path

Searched defs:Py_UNBLOCK_THREADS (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dceval.h134 #define Py_UNBLOCK_THREADS _save = PyEval_SaveThread(); macro
142 #define Py_UNBLOCK_THREADS macro
/external/python/cpython3/Include/
Dceval.h217 #define Py_UNBLOCK_THREADS _save = PyEval_SaveThread(); macro