Home
last modified time | relevance | path

Searched refs:Py_UNBLOCK_THREADS (Results 1 – 11 of 11) 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/cpython3/Include/
Dceval.h217 #define Py_UNBLOCK_THREADS _save = PyEval_SaveThread(); macro
/external/python/cpython3/Modules/_io/
Dwinconsoleio.c582 Py_UNBLOCK_THREADS in read_console_w()
606 Py_UNBLOCK_THREADS in read_console_w()
/external/python/cpython3/Modules/_multiprocessing/
Dsemaphore.c256 Py_UNBLOCK_THREADS in sem_timedwait_save()
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c810 Py_UNBLOCK_THREADS in _call_function_pointer()
/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
/external/python/cpython3/Doc/c-api/
Dinit.rst965 .. c:macro:: Py_UNBLOCK_THREADS