Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpystate.h48 PyAPI_FUNC(PyThreadState *) PyThreadState_New(PyInterpreterState *);
/external/python/cpython3/PC/
Dpython3dll.c626 EXPORT_FUNC(PyThreadState_New)
/external/python/cpython3/Doc/data/
Dstable_abi.dat636 func,PyThreadState_New,3.2,,
Drefcounts.dat2237 PyThreadState_New:PyThreadState*:::
2238 PyThreadState_New:PyInterpreterState*:interp::
Dpython3.13.abi741 …<elf-symbol name='PyThreadState_New' type='func-type' binding='global-binding' visibility='default…
26191PyThreadState_New' mangled-name='PyThreadState_New' filepath='./Include/pystate.h' line='48' colum…
/external/python/cpython3/Misc/NEWS.d/
D3.6.4rc1.rst1107 calling PyThreadState_New() to fix a crash.
D3.7.0a3.rst1572 calling PyThreadState_New() to fix a crash.
/external/python/cpython3/Python/
Dpystate.c1608 PyThreadState_New(PyInterpreterState *interp) in PyThreadState_New() function
Dgetargs.c1957 temp_tstate = PyThreadState_New(_PyInterpreterState_Main()); in _parser_init()
/external/python/cpython3/Misc/
Dstable_abi.toml1361 [function.PyThreadState_New]
DHISTORY19826 - The C API calls ``PyInterpreterState_New()`` and ``PyThreadState_New()``
19833 own locking. ``PyInterpreterState_New()`` and ``PyThreadState_New()``
/external/python/cpython3/Doc/c-api/
Dinit.rst1319 .. c:function:: PyThreadState* PyThreadState_New(PyInterpreterState *interp)