Searched refs:_PyThreadState_Prealloc (Results 1 – 4 of 4) sorted by relevance
146 PyAPI_FUNC(PyThreadState *) _PyThreadState_Prealloc(PyInterpreterState *);
791 _PyThreadState_Prealloc=python39._PyThreadState_Prealloc
1103 boot->tstate = _PyThreadState_Prealloc(boot->interp); in thread_PyThread_start_new_thread()
641 _PyThreadState_Prealloc(PyInterpreterState *interp) in _PyThreadState_Prealloc() function