Lines Matching defs:runtime
156 return (interp->runtime->audit_hook_head
214 _Py_AuditHookEntry *e = is->runtime->audit_hook_head;
334 _PyRuntimeState *runtime = ts->interp->runtime;
335 PyThreadState *finalizing = _PyRuntimeState_GetFinalizing(runtime);
351 _Py_AuditHookEntry *e = runtime->audit_hook_head, *n;
352 runtime->audit_hook_head = NULL;
365 _PyRuntimeState *runtime = &_PyRuntime;
367 if (runtime->initialized) {
368 tstate = _PyRuntimeState_GetThreadState(runtime);
387 _Py_AuditHookEntry *e = runtime->audit_hook_head;
390 runtime->audit_hook_head = e;
2127 /* To get this to work, we have to initialize the runtime implicitly */
2547 const PyPreConfig *preconfig = &interp->runtime->preconfig;
2758 {"runtime", "Runtime (Node.JS version, browser user agent)"},