Home
last modified time | relevance | path

Searched refs:tstate_p (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Python/
Dpylifecycle.c447 PyThreadState **tstate_p, in pyinit_core_reconfigure() argument
455 *tstate_p = tstate; in pyinit_core_reconfigure()
548 PyThreadState **tstate_p) in pycore_create_interpreter() argument
571 *tstate_p = tstate; in pycore_create_interpreter()
751 PyThreadState **tstate_p, in pyinit_config() argument
764 *tstate_p = tstate; in pyinit_config()
904 PyThreadState **tstate_p) in pyinit_core() argument
927 status = pyinit_config(runtime, tstate_p, &config); in pyinit_core()
930 status = pyinit_core_reconfigure(runtime, tstate_p, &config); in pyinit_core()
1533 new_interpreter(PyThreadState **tstate_p, int isolated_subinterpreter) in new_interpreter() argument
[all …]