Home
last modified time | relevance | path

Searched refs:PyGILState_LOCKED (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Include/
Dpystate.h95 enum {PyGILState_LOCKED, PyGILState_UNLOCKED} enumerator
/external/python/cpython2/Include/
Dpystate.h136 enum {PyGILState_LOCKED, PyGILState_UNLOCKED} enumerator
/external/python/cffi/c/
Dmisc_thread_common.h347 return PyGILState_LOCKED; in gil_ensure()
/external/python/cpython2/Python/
Dpystate.c634 return current ? PyGILState_LOCKED : PyGILState_UNLOCKED; in PyGILState_Ensure()
/external/python/cpython3/Python/
Dpystate.c1388 return current ? PyGILState_LOCKED : PyGILState_UNLOCKED; in PyGILState_Ensure()