Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Python/
Dpystate.c352 PyThreadState *check = PyGILState_GetThisThreadState(); in PyThreadState_Swap()
513 assert(PyGILState_GetThisThreadState()==tstate); in PyThreadState_IsCurrent()
579 PyGILState_GetThisThreadState(void) in PyGILState_GetThisThreadState() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpystate.h120 PyAPI_FUNC(PyThreadState *) PyGILState_GetThisThreadState(void);
/aosp_15_r20/external/python/cpython3/Include/
Dpystate.h120 PyAPI_FUNC(PyThreadState *) PyGILState_GetThisThreadState(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpystate.h120 PyAPI_FUNC(PyThreadState *) PyGILState_GetThisThreadState(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpystate.h120 PyAPI_FUNC(PyThreadState *) PyGILState_GetThisThreadState(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpystate.h120 PyAPI_FUNC(PyThreadState *) PyGILState_GetThisThreadState(void);
/aosp_15_r20/external/python/cpython2/Include/
Dpystate.h178 PyAPI_FUNC(PyThreadState *) PyGILState_GetThisThreadState(void);
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def1041 "PyGILState_GetThisThreadState"
/aosp_15_r20/external/python/cpython3/Modules/
Dfaulthandler.c249 tstate = PyGILState_GetThisThreadState(); in faulthandler_dump_traceback()
D_tracemalloc.c394 PyThreadState *tstate = PyGILState_GetThisThreadState(); in traceback_get_frames()
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c283 EXPORT_FUNC(PyGILState_GetThisThreadState)
/aosp_15_r20/external/python/cpython3/Python/
Dtraceback.c1306 current_tstate = PyGILState_GetThisThreadState(); in _Py_DumpTracebackThreads()
Dpystate.c1648 PyGILState_GetThisThreadState(void) in PyGILState_GetThisThreadState() function
Dpylifecycle.c2769 PyThreadState *tss_tstate = PyGILState_GetThisThreadState(); in fatal_error()
Dceval.c657 tstate = PyGILState_GetThisThreadState(); in Py_AddPendingCall()
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat296 function,PyGILState_GetThisThreadState,3.2,,
Dpython3.11.abi278 …<elf-symbol name='PyGILState_GetThisThreadState' type='func-type' binding='global-binding' visibil…
14718PyGILState_GetThisThreadState' mangled-name='PyGILState_GetThisThreadState' filepath='Python/pysta…
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml844 [function.PyGILState_GetThisThreadState]
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dinit.rst645 .. c:function:: PyThreadState* PyGILState_GetThisThreadState()
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dinit.rst1039 .. c:function:: PyThreadState* PyGILState_GetThisThreadState()