Home
last modified time | relevance | path

Searched refs:PyThreadState_New (Results 1 – 18 of 18) 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
604 tcur = PyThreadState_New(autoInterpreterState); in PyGILState_Ensure()
Dpythonrun.c207 tstate = PyThreadState_New(interp); in Py_InitializeEx()
598 tstate = PyThreadState_New(interp); in Py_NewInterpreter()
/external/python/cpython3/Include/
Dpystate.h328 PyAPI_FUNC(PyThreadState *) PyThreadState_New(PyInterpreterState *);
/external/python/cpython2/PC/os2vacpp/
Dpython.def382 PyThreadState_New
/external/python/cpython3/Python/
Dpystate.c428 PyThreadState_New(PyInterpreterState *interp) in PyThreadState_New() function
1054 tcur = PyThreadState_New(_PyRuntime.gilstate.autoInterpreterState); in PyGILState_Ensure()
Dpylifecycle.c718 PyThreadState *tstate = PyThreadState_New(interp); in _Py_InitializeCore_impl()
1375 tstate = PyThreadState_New(interp); in new_interpreter()
/external/python/cpython3/PC/
Dpython3.def570 PyThreadState_New=python37.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/Misc/NEWS.d/
D3.6.4rc1.rst1117 calling PyThreadState_New() to fix a crash.
D3.7.0a3.rst1584 calling PyThreadState_New() to fix a crash.
/external/python/cpython3/Doc/data/
Drefcounts.dat2170 PyThreadState_New:PyThreadState*:::
2171 PyThreadState_New:PyInterpreterState*:interp::
/external/python/cpython2/Misc/NEWS.d/
D2.7.15rc1.rst1672 calling PyThreadState_New() to fix a crash.
/external/python/cpython2/Doc/c-api/
Dinit.rst717 .. c:function:: PyThreadState* PyThreadState_New(PyInterpreterState *interp)
/external/python/cpython3/Doc/c-api/
Dinit.rst1001 .. 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()``