Lines Matching defs:runtime
842 #define HEAD_LOCK(runtime) \
843 PyThread_acquire_lock((runtime)->interpreters.mutex, WAIT_LOCK)
844 #define HEAD_UNLOCK(runtime) \
845 PyThread_release_lock((runtime)->interpreters.mutex)
857 _PyRuntimeState *runtime = &_PyRuntime;
858 HEAD_LOCK(runtime);
860 HEAD_UNLOCK(runtime);
871 HEAD_LOCK(runtime);
873 HEAD_UNLOCK(runtime);
1061 _PyRuntimeState *runtime;
1118 _PyRuntimeState *runtime = &_PyRuntime;
1157 boot->runtime = runtime;