Home
last modified time | relevance | path

Searched refs:autoInterpreterState (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Python/
Dpystate.c2666 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()
/external/python/cpython3/Include/internal/
Dpycore_runtime.h42 PyInterpreterState *autoInterpreterState; member
/external/python/cpython3/Doc/data/
Dpython3.13.abi20714 …<var-decl name='autoInterpreterState' type-id='type-id-28' visibility='default' filepath='./Includ…