Home
last modified time | relevance | path

Searched refs:PyGILState_LOCKED (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()

Completed in 4 milliseconds