Searched refs:autoInterpreterState (Results 1 – 3 of 3) sorted by relevance
2666 assert(runtime->gilstate.autoInterpreterState == NULL); in _PyGILState_Init()2667 runtime->gilstate.autoInterpreterState = interp; in _PyGILState_Init()2679 interp->runtime->gilstate.autoInterpreterState = NULL; in _PyGILState_Fini()2700 assert(runtime->gilstate.autoInterpreterState == tstate->interp); in _PyGILState_SetTstate()2709 return _PyRuntime.gilstate.autoInterpreterState; in _PyGILState_GetInterpreterStateUnsafe()2759 assert(runtime->gilstate.autoInterpreterState != NULL); in PyGILState_Ensure()2766 tcur = new_threadstate(runtime->gilstate.autoInterpreterState, in PyGILState_Ensure()
42 PyInterpreterState *autoInterpreterState; member
20714 …<var-decl name='autoInterpreterState' type-id='type-id-28' visibility='default' filepath='./Includ…