Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpystate.h95 enum {PyGILState_LOCKED, PyGILState_UNLOCKED} enumerator
/third_party/python/Python/
Dpystate.c1529 return current ? PyGILState_LOCKED : PyGILState_UNLOCKED; in PyGILState_Ensure()