Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpystate.c43 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 …]
Dceval.c387 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()
/external/python/cpython3/Include/internal/
Dpycore_runtime.h27 struct _gilstate_runtime_state { struct
99 struct _gilstate_runtime_state gilstate;
Dpycore_pystate.h118 struct _gilstate_runtime_state *gilstate,