Home
last modified time | relevance | path

Searched refs:Py_UNBLOCK_THREADS (Results 1 – 6 of 6) 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/cpython2/Modules/_multiprocessing/
Dsocket_connection.c216 Py_UNBLOCK_THREADS in conn_poll()
235 Py_UNBLOCK_THREADS in conn_poll()
Dpipe_connection.c135 Py_UNBLOCK_THREADS in conn_poll()
Dsemaphore.c263 Py_UNBLOCK_THREADS in sem_timedwait_save()
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c823 Py_UNBLOCK_THREADS in _call_function_pointer()
/external/python/cpython2/Doc/c-api/
Dinit.rst682 .. c:macro:: Py_UNBLOCK_THREADS