Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
H A Dpystate.h129 int gilstate_counter; member
/third_party/python/Python/
H A Dpystate.c1554 assert(tstate->gilstate_counter == 0); in _PyGILState_SetTstate()
1635 tstate->gilstate_counter = 1; in _PyGILState_NoteThreadState()
1700 tcur->gilstate_counter = 0; in PyGILState_Ensure()
1716 ++tcur->gilstate_counter; in PyGILState_Ensure()
1742 --tstate->gilstate_counter; in PyGILState_Release()
1743 assert(tstate->gilstate_counter >= 0); /* illegal counter value */ in PyGILState_Release()
1748 if (tstate->gilstate_counter == 0) { in PyGILState_Release()

Completed in 4 milliseconds