Searched refs:PyGILState_GetThisThreadState (Results 1 – 19 of 19) sorted by relevance
336 PyThreadState *ts = PyGILState_GetThisThreadState(); in gil_ensure()355 ts = PyGILState_GetThisThreadState(); in gil_ensure()
352 PyThreadState *check = PyGILState_GetThisThreadState(); in PyThreadState_Swap()513 assert(PyGILState_GetThisThreadState()==tstate); in PyThreadState_IsCurrent()579 PyGILState_GetThisThreadState(void) in PyGILState_GetThisThreadState() function
138 PyAPI_FUNC(PyThreadState *) PyGILState_GetThisThreadState(void);
93 is_gil_held = (tstate == PyGILState_GetThisThreadState()); in TEST_SUBMODULE()
178 PyAPI_FUNC(PyThreadState *) PyGILState_GetThisThreadState(void);
905 current_tstate = PyGILState_GetThisThreadState(); in _Py_DumpTracebackThreads()
1457 PyGILState_GetThisThreadState(void) in PyGILState_GetThisThreadState() function
2696 PyThreadState *tss_tstate = PyGILState_GetThisThreadState(); in fatal_error()
669 tstate = PyGILState_GetThisThreadState(); in Py_AddPendingCall()
264 tstate = PyGILState_GetThisThreadState(); in faulthandler_dump_traceback()
390 PyThreadState *tstate = PyGILState_GetThisThreadState(); in traceback_get_frames()
1041 "PyGILState_GetThisThreadState"
277 EXPORT_FUNC(PyGILState_GetThisThreadState)
285 function,PyGILState_GetThisThreadState,3.2,
265 …<elf-symbol name='PyGILState_GetThisThreadState' type='func-type' binding='global-binding' visibil…13008 …<function-decl name='PyGILState_GetThisThreadState' mangled-name='PyGILState_GetThisThreadState' f…17292 …PyGILState_GetThisThreadState' mangled-name='PyGILState_GetThisThreadState' filepath='Python/pysta…
752 function PyGILState_GetThisThreadState
2127 tstate = PyGILState_GetThisThreadState();
645 .. c:function:: PyThreadState* PyGILState_GetThisThreadState()
992 .. c:function:: PyThreadState* PyGILState_GetThisThreadState()