Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpystate.h138 PyAPI_FUNC(PyThreadState *) PyGILState_GetThisThreadState(void);
/third_party/python/Python/
Dtraceback.c905 current_tstate = PyGILState_GetThisThreadState(); in _Py_DumpTracebackThreads()
Dpystate.c1457 PyGILState_GetThisThreadState(void) in PyGILState_GetThisThreadState() function
Dpylifecycle.c2696 PyThreadState *tss_tstate = PyGILState_GetThisThreadState(); in fatal_error()
Dceval.c669 tstate = PyGILState_GetThisThreadState(); in Py_AddPendingCall()
/third_party/python/Modules/
Dfaulthandler.c242 tstate = PyGILState_GetThisThreadState(); in faulthandler_dump_traceback()
D_tracemalloc.c390 PyThreadState *tstate = PyGILState_GetThisThreadState(); in traceback_get_frames()
/third_party/python/PC/
Dpython3dll.c277 EXPORT_FUNC(PyGILState_GetThisThreadState)
/third_party/python/Doc/data/
Dstable_abi.dat285 function,PyGILState_GetThisThreadState,3.2,
/third_party/python/Misc/
Dstable_abi.txt752 function PyGILState_GetThisThreadState
/third_party/python/Doc/c-api/
Dinit.rst992 .. c:function:: PyThreadState* PyGILState_GetThisThreadState()