Searched refs:_PyThreadState_Prealloc (Results 1 – 7 of 7) sorted by relevance
152 PyAPI_FUNC(PyThreadState *) _PyThreadState_Prealloc(PyInterpreterState *);
111 PyAPI_FUNC(PyThreadState *) _PyThreadState_Prealloc(PyInterpreterState *);
217 _PyThreadState_Prealloc(PyInterpreterState *interp) in _PyThreadState_Prealloc() function
782 _PyThreadState_Prealloc=python38._PyThreadState_Prealloc
685 boot->tstate = _PyThreadState_Prealloc(boot->interp); in thread_PyThread_start_new_thread()
1056 boot->tstate = _PyThreadState_Prealloc(boot->interp); in thread_PyThread_start_new_thread()
633 _PyThreadState_Prealloc(PyInterpreterState *interp) in _PyThreadState_Prealloc() function