Searched refs:_PyThreadState_Prealloc (Results 1 – 5 of 5) sorted by relevance
111 PyAPI_FUNC(PyThreadState *) _PyThreadState_Prealloc(PyInterpreterState *);
108 PyAPI_FUNC(PyThreadState *) _PyThreadState_Prealloc(PyInterpreterState *);
217 _PyThreadState_Prealloc(PyInterpreterState *interp) in _PyThreadState_Prealloc() function
215 _PyThreadState_Prealloc(PyInterpreterState *interp) in _PyThreadState_Prealloc() function
676 boot->tstate = _PyThreadState_Prealloc(boot->interp); in thread_PyThread_start_new_thread()