Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpystate.h112 PyAPI_FUNC(void) _PyThreadState_Init(PyThreadState *);
/external/python/cpython2/Python/
Dpystate.c199 _PyThreadState_Init(tstate); in new_threadstate()
223 _PyThreadState_Init(PyThreadState *tstate) in _PyThreadState_Init() function
/external/python/cpython2/Modules/
Dthreadmodule.c617 _PyThreadState_Init(tstate); in t_bootstrap()