Searched refs:_PyThreadState_Init (Results 1 – 5 of 5) sorted by relevance
112 PyAPI_FUNC(void) _PyThreadState_Init(PyThreadState *);
109 PyAPI_FUNC(void) _PyThreadState_Init(PyThreadState *);
199 _PyThreadState_Init(tstate); in new_threadstate()223 _PyThreadState_Init(PyThreadState *tstate) in _PyThreadState_Init() function
197 _PyThreadState_Init(tstate); in new_threadstate()221 _PyThreadState_Init(PyThreadState *tstate) in _PyThreadState_Init() function
611 _PyThreadState_Init(tstate); in t_bootstrap()