Searched refs:_gilstate_runtime_state (Results 1 – 4 of 4) sorted by relevance
43 static PyThreadState *_PyGILState_GetThisThreadState(struct _gilstate_runtime_state *gilstate);168 struct _gilstate_runtime_state *gilstate, PyThreadState* tstate);383 struct _gilstate_runtime_state *gilstate = &runtime->gilstate; in _PyInterpreterState_DeleteExceptMain()514 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in _PyInterpreterState_IDDecref()837 struct _gilstate_runtime_state *gilstate) in tstate_delete_common()869 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; in _PyThreadState_Delete()891 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; in _PyThreadState_DeleteCurrent()901 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in PyThreadState_DeleteCurrent()966 _PyThreadState_Swap(struct _gilstate_runtime_state *gilstate, PyThreadState *newts) in _PyThreadState_Swap()1199 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in PyThreadState_IsCurrent()[all …]
387 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; in PyEval_AcquireThread()469 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; in PyEval_RestoreThread()
27 struct _gilstate_runtime_state { struct99 struct _gilstate_runtime_state gilstate;
118 struct _gilstate_runtime_state *gilstate,