Home
last modified time | relevance | path

Searched refs:PyGILState_GetThisThreadState (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython3/Include/
Dpystate.h120 PyAPI_FUNC(PyThreadState *) PyGILState_GetThisThreadState(void);
/external/python/cpython3/Python/
Dtraceback.c1049 current_tstate = PyGILState_GetThisThreadState(); in _Py_DumpTracebackThreads()
Dtracemalloc.c338 PyThreadState *tstate = PyGILState_GetThisThreadState(); in traceback_get_frames()
Dpystate.c2715 PyGILState_GetThisThreadState(void) in PyGILState_GetThisThreadState() function
Dpylifecycle.c3226 PyThreadState *tss_tstate = PyGILState_GetThisThreadState(); in fatal_error()
/external/python/cpython3/Modules/
Dfaulthandler.c202 PyThreadState *tstate = PyGILState_GetThisThreadState(); in faulthandler_dump_traceback()
D_testcapimodule.c1424 if (orig_tstate != PyGILState_GetThisThreadState()) { in test_current_tstate_matches()
1438 if (substate != PyGILState_GetThisThreadState()) { in test_current_tstate_matches()
/external/python/cpython3/Misc/NEWS.d/
D3.12.0a5.rst30 Previously, ``PyThreadState_GET()`` and ``PyGILState_GetThisThreadState()``
/external/python/cpython3/PC/
Dpython3dll.c296 EXPORT_FUNC(PyGILState_GetThisThreadState)
/external/python/cpython3/Doc/data/
Dstable_abi.dat302 func,PyGILState_GetThisThreadState,3.2,,
Dpython3.13.abi311 …<elf-symbol name='PyGILState_GetThisThreadState' type='func-type' binding='global-binding' visibil…
28383PyGILState_GetThisThreadState' mangled-name='PyGILState_GetThisThreadState' filepath='./Include/py…
/external/python/cpython3/Misc/
Dstable_abi.toml857 [function.PyGILState_GetThisThreadState]
/external/python/cpython3/Doc/c-api/
Dinit.rst1231 .. c:function:: PyThreadState* PyGILState_GetThisThreadState()