Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpystate.h111 PyAPI_FUNC(PyThreadState *) _PyThreadState_Prealloc(PyInterpreterState *);
/external/python/cpython2/Python/
Dpystate.c217 _PyThreadState_Prealloc(PyInterpreterState *interp) in _PyThreadState_Prealloc() function
/external/python/cpython2/Modules/
Dthreadmodule.c685 boot->tstate = _PyThreadState_Prealloc(boot->interp); in thread_PyThread_start_new_thread()