Lines Matching defs:gilstate
36 #define _PyRuntimeGILState_GetThreadState(gilstate) \ argument
38 #define _PyRuntimeGILState_SetThreadState(gilstate, value) \ argument
383 struct _gilstate_runtime_state *gilstate = &runtime->gilstate; in _PyInterpreterState_DeleteExceptMain() local
514 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in _PyInterpreterState_IDDecref() local
837 struct _gilstate_runtime_state *gilstate) in tstate_delete_common()
869 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; in _PyThreadState_Delete() local
891 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; in _PyThreadState_DeleteCurrent() local
901 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in PyThreadState_DeleteCurrent() local
966 _PyThreadState_Swap(struct _gilstate_runtime_state *gilstate, PyThreadState *newts) in _PyThreadState_Swap()
1199 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in PyThreadState_IsCurrent() local
1220 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; in _PyGILState_Init() local
1242 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; in _PyGILState_Fini() local
1254 struct _gilstate_runtime_state *gilstate = &runtime->gilstate; in _PyGILState_Reinit() local
1277 _PyGILState_NoteThreadState(struct _gilstate_runtime_state *gilstate, PyThreadState* tstate) in _PyGILState_NoteThreadState()
1310 _PyGILState_GetThisThreadState(struct _gilstate_runtime_state *gilstate) in _PyGILState_GetThisThreadState()
1326 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in PyGILState_Check() local
1347 struct _gilstate_runtime_state *gilstate = &runtime->gilstate; in PyGILState_Ensure() local
1533 _call_in_interpreter(struct _gilstate_runtime_state *gilstate, in _call_in_interpreter()
1576 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in _PyCrossInterpreterData_Release() local