Home
last modified time | relevance | path

Searched refs:_gilstate_runtime_state (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Python/
Dpystate.c44 static PyThreadState *_PyGILState_GetThisThreadState(struct _gilstate_runtime_state *gilstate);
178 struct _gilstate_runtime_state *gilstate, PyThreadState* tstate);
427 struct _gilstate_runtime_state *gilstate = &runtime->gilstate; in _PyInterpreterState_DeleteExceptMain()
561 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in _PyInterpreterState_IDDecref()
884 struct _gilstate_runtime_state *gilstate) in tstate_delete_common()
916 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; in _PyThreadState_Delete()
938 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; in _PyThreadState_DeleteCurrent()
948 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in PyThreadState_DeleteCurrent()
1021 _PyThreadState_Swap(struct _gilstate_runtime_state *gilstate, PyThreadState *newts) in _PyThreadState_Swap()
1324 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in PyThreadState_IsCurrent()
[all …]
Dceval.c453 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; in PyEval_AcquireThread()
549 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; in PyEval_RestoreThread()
/third_party/python/Include/internal/
Dpycore_runtime.h29 struct _gilstate_runtime_state { struct
108 struct _gilstate_runtime_state gilstate;
Dpycore_pystate.h130 struct _gilstate_runtime_state *gilstate,