Home
last modified time | relevance | path

Searched refs:PyThreadState_Delete (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/python/cpython2/Python/
Dpystate.c123 PyThreadState_Delete(p); in zapthreads()
297 PyThreadState_Delete(PyThreadState *tstate) in PyThreadState_Delete() function
Dpythonrun.c642 PyThreadState_Delete(tstate); in Py_NewInterpreter()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpystate.h50 PyAPI_FUNC(void) PyThreadState_Delete(PyThreadState *);
/aosp_15_r20/external/python/cpython3/Include/
Dpystate.h50 PyAPI_FUNC(void) PyThreadState_Delete(PyThreadState *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpystate.h50 PyAPI_FUNC(void) PyThreadState_Delete(PyThreadState *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpystate.h50 PyAPI_FUNC(void) PyThreadState_Delete(PyThreadState *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpystate.h50 PyAPI_FUNC(void) PyThreadState_Delete(PyThreadState *);
/aosp_15_r20/external/python/cpython2/Include/
Dpystate.h114 PyAPI_FUNC(void) PyThreadState_Delete(PyThreadState *);
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def379 PyThreadState_Delete
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def1034 "PyThreadState_Delete"
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat1346 PyThreadState_Delete:void:::
1347 PyThreadState_Delete:PyThreadState*:tstate::
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c583 EXPORT_FUNC(PyThreadState_Delete)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat608 function,PyThreadState_Delete,3.2,,
Drefcounts.dat2172 PyThreadState_Delete:void:::
2173 PyThreadState_Delete:PyThreadState*:tstate::
Dpython3.11.abi664 …<elf-symbol name='PyThreadState_Delete' type='func-type' binding='global-binding' visibility='defa…
14801PyThreadState_Delete' mangled-name='PyThreadState_Delete' filepath='Python/pystate.c' line='1100' …
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.9.0a4.rst926 :c:func:`PyThreadState_Delete`.
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dinit.rst1141 Previously, that happened in :c:func:`PyThreadState_Delete`.
1144 .. c:function:: void PyThreadState_Delete(PyThreadState *tstate)
1154 Like :c:func:`PyThreadState_Delete`, the global interpreter lock need not
/aosp_15_r20/external/python/cpython3/Python/
Dpystate.c1121 PyThreadState_Delete(PyThreadState *tstate) in PyThreadState_Delete() function
Dpylifecycle.c2033 PyThreadState_Delete(tstate); in new_interpreter()
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1335 [function.PyThreadState_Delete]
DHISTORY4353 - Issue #18328: Reorder ops in PyThreadState_Delete*() functions. Now the
18737 - Patch #1413181: changed ``PyThreadState_Delete()`` to forget about the
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dinit.rst730 .. c:function:: void PyThreadState_Delete(PyThreadState *tstate)
/aosp_15_r20/external/python/cpython2/Misc/
DHISTORY1353 - Patch #1413181: changed ``PyThreadState_Delete()`` to forget about the