Lines Matching defs:gilstate

40 #define _PyRuntimeGILState_GetThreadState(gilstate) \  argument
42 #define _PyRuntimeGILState_SetThreadState(gilstate, value) \ argument
538 struct _gilstate_runtime_state *gilstate = &runtime->gilstate; in _PyInterpreterState_DeleteExceptMain() local
672 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in _PyInterpreterState_IDDecref() local
1071 struct _gilstate_runtime_state *gilstate) in tstate_delete_common()
1109 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; in _PyThreadState_Delete() local
1131 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; in _PyThreadState_DeleteCurrent() local
1141 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in PyThreadState_DeleteCurrent() local
1206 _PyThreadState_Swap(struct _gilstate_runtime_state *gilstate, PyThreadState *newts) in _PyThreadState_Swap()
1515 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in PyThreadState_IsCurrent() local
1526 struct _gilstate_runtime_state *gilstate = &runtime->gilstate; in _PyGILState_Init() local
1550 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; in _PyGILState_SetTstate() local
1569 struct _gilstate_runtime_state *gilstate = &interp->runtime->gilstate; in _PyGILState_Fini() local
1582 struct _gilstate_runtime_state *gilstate = &runtime->gilstate; in _PyGILState_Reinit() local
1607 _PyGILState_NoteThreadState(struct _gilstate_runtime_state *gilstate, PyThreadState* tstate) in _PyGILState_NoteThreadState()
1640 _PyGILState_GetThisThreadState(struct _gilstate_runtime_state *gilstate) in _PyGILState_GetThisThreadState()
1656 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in PyGILState_Check() local
1677 struct _gilstate_runtime_state *gilstate = &runtime->gilstate; in PyGILState_Ensure() local
1866 _call_in_interpreter(struct _gilstate_runtime_state *gilstate, in _call_in_interpreter()
1909 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in _PyCrossInterpreterData_Release() local