Lines Matching defs:runtime

264     struct _ceval_runtime_state *ceval = &interp->runtime->ceval;
274 struct _ceval_runtime_state *ceval = &interp->runtime->ceval;
284 struct _ceval_runtime_state *ceval = &interp->runtime->ceval;
294 struct _ceval_runtime_state *ceval = &interp->runtime->ceval;
310 struct _ceval_runtime_state *ceval = &interp->runtime->ceval;
329 struct _ceval_runtime_state *ceval = &interp->runtime->ceval;
351 _PyEval_ThreadsInitialized(_PyRuntimeState *runtime)
353 return gil_created(&runtime->ceval.gil);
359 _PyRuntimeState *runtime = &_PyRuntime;
360 return _PyEval_ThreadsInitialized(runtime);
373 struct _gil_runtime_state *gil = &tstate->interp->runtime->ceval.gil;
395 struct _gil_runtime_state *gil = &interp->runtime->ceval.gil;
423 _PyRuntimeState *runtime = &_PyRuntime;
424 PyThreadState *tstate = _PyRuntimeState_GetThreadState(runtime);
433 _PyRuntimeState *runtime = &_PyRuntime;
434 PyThreadState *tstate = _PyRuntimeState_GetThreadState(runtime);
438 struct _ceval_runtime_state *ceval = &runtime->ceval;
446 struct _ceval_runtime_state *ceval = &tstate->interp->runtime->ceval;
458 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate;
469 _PyRuntimeState *runtime = tstate->interp->runtime;
470 PyThreadState *new_tstate = _PyThreadState_Swap(&runtime->gilstate, NULL);
474 struct _ceval_runtime_state *ceval = &runtime->ceval;
486 _PyRuntimeState *runtime = tstate->interp->runtime;
488 struct _gil_runtime_state *gil = &runtime->ceval.gil;
502 _PyThreadState_DeleteExcept(runtime, tstate);
519 _PyRuntimeState *runtime = &_PyRuntime;
520 PyThreadState *tstate = _PyThreadState_Swap(&runtime->gilstate, NULL);
523 struct _ceval_runtime_state *ceval = &runtime->ceval;
537 struct _gilstate_runtime_state *gilstate = &tstate->interp->runtime->gilstate;
1183 _PyRuntimeState * const runtime = &_PyRuntime;
1184 struct _ceval_runtime_state *ceval = &runtime->ceval;
1204 if (_PyThreadState_Swap(&runtime->gilstate, NULL) != tstate) {
1213 if (_PyThreadState_Swap(&runtime->gilstate, tstate) != NULL) {