Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpystate.h136 enum {PyGILState_LOCKED, PyGILState_UNLOCKED} enumerator
/external/python/cpython2/Python/
Dpystate.c618 return current ? PyGILState_LOCKED : PyGILState_UNLOCKED; in PyGILState_Ensure()