Home
last modified time | relevance | path

Searched refs:PyThreadState_New (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython2/Include/
Dpystate.h110 PyAPI_FUNC(PyThreadState *) PyThreadState_New(PyInterpreterState *);
/external/python/cpython2/Python/
Dpystate.c211 PyThreadState_New(PyInterpreterState *interp) in PyThreadState_New() function
600 tcur = PyThreadState_New(autoInterpreterState); in PyGILState_Ensure()
Dpythonrun.c200 tstate = PyThreadState_New(interp); in Py_InitializeEx()
589 tstate = PyThreadState_New(interp); in Py_NewInterpreter()
/external/python/cpython3/Include/
Dpystate.h173 PyAPI_FUNC(PyThreadState *) PyThreadState_New(PyInterpreterState *);
/external/python/cpython3/Python/
Dpystate.c248 PyThreadState_New(PyInterpreterState *interp) in PyThreadState_New() function
838 tcur = PyThreadState_New(autoInterpreterState); in PyGILState_Ensure()
Dpylifecycle.c350 tstate = PyThreadState_New(interp); in _Py_InitializeEx_Private()
785 tstate = PyThreadState_New(interp); in Py_NewInterpreter()
/external/python/cpython2/PC/os2vacpp/
Dpython.def382 PyThreadState_New
/external/python/cpython3/PC/
Dpython3.def569 PyThreadState_New=python36.PyThreadState_New
/external/python/cpython2/PC/os2emx/
Dpython27.def1035 "PyThreadState_New"
/external/python/cpython2/Doc/data/
Drefcounts.dat1353 PyThreadState_New:PyThreadState*:::
1354 PyThreadState_New:PyInterpreterState*:interp::
/external/python/cpython3/Doc/data/
Drefcounts.dat1368 PyThreadState_New:PyThreadState*:::
1369 PyThreadState_New:PyInterpreterState*:interp::
/external/python/cpython3/Doc/c-api/
Dinit.rst804 .. c:function:: PyThreadState* PyThreadState_New(PyInterpreterState *interp)
/external/python/cpython2/Doc/c-api/
Dinit.rst717 .. c:function:: PyThreadState* PyThreadState_New(PyInterpreterState *interp)
/external/python/cpython2/Misc/
DHISTORY2442 - The C API calls ``PyInterpreterState_New()`` and ``PyThreadState_New()``
2449 own locking. ``PyInterpreterState_New()`` and ``PyThreadState_New()``
/external/python/cpython3/Misc/
DHISTORY19826 - The C API calls ``PyInterpreterState_New()`` and ``PyThreadState_New()``
19833 own locking. ``PyInterpreterState_New()`` and ``PyThreadState_New()``