Home
last modified time | relevance | path

Searched defs:main_tstate (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Python/
Dimport.c1537 PyThreadState *main_tstate = _PyThreadState_NewBound( in switch_to_main_interpreter() local
1553 PyThreadState *main_tstate, in switch_back_from_main_interpreter()
1984 PyThreadState *main_tstate = switch_to_main_interpreter(tstate); in import_run_extension() local
2176 PyThreadState *main_tstate = switch_to_main_interpreter(tstate); in clear_singlephase_extension() local
Dpylifecycle.c1932 PyThreadState *main_tstate = runtime->main_tstate; in resolve_final_tstate() local
/external/python/cpython3/Include/internal/
Dpycore_runtime.h272 PyThreadState *main_tstate; member