Home
last modified time | relevance | path

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

/external/python/cffi/c/
Dmisc_thread_common.h336 PyThreadState *ts = PyGILState_GetThisThreadState(); in gil_ensure()
355 ts = PyGILState_GetThisThreadState(); in gil_ensure()
/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
/external/python/cpython3/Include/
Dpystate.h138 PyAPI_FUNC(PyThreadState *) PyGILState_GetThisThreadState(void);
/external/python/pybind11/tests/
Dtest_call_policies.cpp93 is_gil_held = (tstate == PyGILState_GetThisThreadState()); in TEST_SUBMODULE()
/external/python/cpython2/Include/
Dpystate.h178 PyAPI_FUNC(PyThreadState *) PyGILState_GetThisThreadState(void);
/external/python/cpython3/PC/
Dpython3.def273 PyGILState_GetThisThreadState=python39.PyGILState_GetThisThreadState
/external/python/cpython3/Python/
Dtraceback.c885 current_tstate = PyGILState_GetThisThreadState(); in _Py_DumpTracebackThreads()
Dpystate.c1318 PyGILState_GetThisThreadState(void) in PyGILState_GetThisThreadState() function
Dpylifecycle.c2256 PyThreadState *tss_tstate = PyGILState_GetThisThreadState(); in fatal_error()
Dceval.c589 tstate = PyGILState_GetThisThreadState(); in Py_AddPendingCall()
/external/python/cpython3/Modules/
Dfaulthandler.c240 tstate = PyGILState_GetThisThreadState(); in faulthandler_dump_traceback()
D_tracemalloc.c390 PyThreadState *tstate = PyGILState_GetThisThreadState(); in traceback_get_frames()
/external/python/cpython2/PC/os2emx/
Dpython27.def1041 "PyGILState_GetThisThreadState"
/external/python/pybind11/include/pybind11/
Dpybind11.h2127 tstate = PyGILState_GetThisThreadState();
/external/python/cpython2/Doc/c-api/
Dinit.rst645 .. c:function:: PyThreadState* PyGILState_GetThisThreadState()
/external/python/cpython3/Doc/c-api/
Dinit.rst955 .. c:function:: PyThreadState* PyGILState_GetThisThreadState()