Home
last modified time | relevance | path

Searched refs:_PyThreadState_Prealloc (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Include/
Dpystate.h111 PyAPI_FUNC(PyThreadState *) _PyThreadState_Prealloc(PyInterpreterState *);
/external/python/cpython3/Include/
Dpystate.h330 PyAPI_FUNC(PyThreadState *) _PyThreadState_Prealloc(PyInterpreterState *);
/external/python/cpython2/Python/
Dpystate.c217 _PyThreadState_Prealloc(PyInterpreterState *interp) in _PyThreadState_Prealloc() function
/external/python/cpython3/PC/
Dpython3.def779 _PyThreadState_Prealloc=python37._PyThreadState_Prealloc
/external/python/cpython2/Modules/
Dthreadmodule.c685 boot->tstate = _PyThreadState_Prealloc(boot->interp); in thread_PyThread_start_new_thread()
/external/python/cpython3/Python/
Dpystate.c434 _PyThreadState_Prealloc(PyInterpreterState *interp) in _PyThreadState_Prealloc() function
/external/python/cpython3/Modules/
D_threadmodule.c1058 boot->tstate = _PyThreadState_Prealloc(boot->interp); in thread_PyThread_start_new_thread()