Home
last modified time | relevance | path

Searched refs:PyGILState_UNLOCKED (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/
H A Dpystate.h77 enum {PyGILState_LOCKED, PyGILState_UNLOCKED} enumerator
/third_party/python/Python/
H A Dpystate.c1718 return current ? PyGILState_LOCKED : PyGILState_UNLOCKED; in PyGILState_Ensure()
1750 assert(oldstate == PyGILState_UNLOCKED); in PyGILState_Release()
1761 else if (oldstate == PyGILState_UNLOCKED) in PyGILState_Release()

Completed in 4 milliseconds