Home
last modified time | relevance | path

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

/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/Python/
Dpystate.c731 PyThreadState *check = PyGILState_GetThisThreadState(); in PyThreadState_Swap()
899 assert(PyGILState_GetThisThreadState()==tstate); in PyThreadState_IsCurrent()
953 PyThreadState *tstate = PyGILState_GetThisThreadState(); in _PyGILState_Reinit()
1008 PyGILState_GetThisThreadState(void) in PyGILState_GetThisThreadState() function
1031 return (tstate == PyGILState_GetThisThreadState()); in PyGILState_Check()
Dtraceback.c865 current_tstate = PyGILState_GetThisThreadState(); in _Py_DumpTracebackThreads()
Dpylifecycle.c2133 PyThreadState *tss_tstate = PyGILState_GetThisThreadState(); in fatal_error()
/external/python/cpython2/Include/
Dpystate.h178 PyAPI_FUNC(PyThreadState *) PyGILState_GetThisThreadState(void);
/external/python/cpython3/Include/
Dpystate.h415 PyAPI_FUNC(PyThreadState *) PyGILState_GetThisThreadState(void);
/external/python/cpython3/PC/
Dpython3.def273 PyGILState_GetThisThreadState=python37.PyGILState_GetThisThreadState
/external/python/cpython2/PC/os2emx/
Dpython27.def1041 "PyGILState_GetThisThreadState"
/external/python/cpython3/Modules/
Dfaulthandler.c237 tstate = PyGILState_GetThisThreadState(); in faulthandler_dump_traceback()
D_tracemalloc.c450 tstate = PyGILState_GetThisThreadState(); in traceback_get_frames()
/external/python/cpython2/Doc/c-api/
Dinit.rst645 .. c:function:: PyThreadState* PyGILState_GetThisThreadState()
/external/python/cpython3/Doc/c-api/
Dinit.rst917 .. c:function:: PyThreadState* PyGILState_GetThisThreadState()