Home
last modified time | relevance | path

Searched refs:PyInterpreterState_ThreadHead (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Include/
Dpystate.h189 PyAPI_FUNC(PyThreadState *) PyInterpreterState_ThreadHead(PyInterpreterState *);
/external/python/cpython2/Python/
Dpystate.c441 PyInterpreterState_ThreadHead(PyInterpreterState *interp) { in PyInterpreterState_ThreadHead() function
/external/python/cpython2/Modules/
Dthreadmodule.c407 for(tstate = PyInterpreterState_ThreadHead(tstate->interp); in local_clear()
/external/python/cpython2/PC/os2emx/
Dpython27.def1044 "PyInterpreterState_ThreadHead"
/external/python/cpython2/Doc/c-api/
Dinit.rst1137 .. c:function:: PyThreadState * PyInterpreterState_ThreadHead(PyInterpreterState *interp)
/external/python/cpython2/Doc/whatsnew/
D2.2.rst1068 interpreter objects; :c:func:`PyInterpreterState_ThreadHead` and