Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_runtime.h31 struct _gilstate_runtime_state { struct
116 struct _gilstate_runtime_state gilstate;
H A Dpycore_pystate.h144 struct _gilstate_runtime_state *gilstate,
/third_party/python/Python/
H A Dpystate.c47 static PyThreadState *_PyGILState_GetThisThreadState(struct _gilstate_runtime_state *gilstate);
223 struct _gilstate_runtime_state *gilstate, PyThreadState* tstate);
538 struct _gilstate_runtime_state *gilstate = &runtime->gilstate; in _PyInterpreterState_DeleteExceptMain()
672 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in _PyInterpreterState_IDDecref()
1071 struct _gilstate_runtime_state *gilstate) in tstate_delete_common()
1109 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; in _PyThreadState_Delete()
1131 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; in _PyThreadState_DeleteCurrent()
1141 struct _gilstate_runtime_state *gilstate = &_PyRuntime.gilstate; in PyThreadState_DeleteCurrent()
1206 _PyThreadState_Swap(struct _gilstate_runtime_state *gilstate, PyThreadState *newts) in _PyThreadState_Swap()
1515 struct _gilstate_runtime_state *gilstat in PyThreadState_IsCurrent()
[all...]
H A Dceval.c458 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; in PyEval_AcquireThread()
537 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate; in PyEval_RestoreThread()

Completed in 14 milliseconds