Home
last modified time | relevance | path

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

/third_party/python/Python/
Dpylifecycle.c520 PyThreadState **tstate_p, in pyinit_core_reconfigure() argument
528 *tstate_p = tstate; in pyinit_core_reconfigure()
621 PyThreadState **tstate_p) in pycore_create_interpreter() argument
651 *tstate_p = tstate; in pycore_create_interpreter()
851 PyThreadState **tstate_p, in pyinit_config() argument
864 *tstate_p = tstate; in pyinit_config()
1004 PyThreadState **tstate_p) in pyinit_core() argument
1029 status = pyinit_config(runtime, tstate_p, &config); in pyinit_core()
1032 status = pyinit_core_reconfigure(runtime, tstate_p, &config); in pyinit_core()
1888 new_interpreter(PyThreadState **tstate_p, int isolated_subinterpreter) in new_interpreter() argument
[all …]