Searched refs:_PyThreadState_Init (Results 1 – 7 of 7) sorted by relevance
112 PyAPI_FUNC(void) _PyThreadState_Init(PyThreadState *);
199 _PyThreadState_Init(tstate); in new_threadstate()223 _PyThreadState_Init(PyThreadState *tstate) in _PyThreadState_Init() function
304 PyAPI_FUNC(void) _PyThreadState_Init(
612 _PyThreadState_Init(runtime, tstate); in new_threadstate()639 _PyThreadState_Init(_PyRuntimeState *runtime, PyThreadState *tstate) in _PyThreadState_Init() function
781 _PyThreadState_Init=python38._PyThreadState_Init
617 _PyThreadState_Init(tstate); in t_bootstrap()
999 _PyThreadState_Init(&_PyRuntime, tstate); in t_bootstrap()