Home
last modified time | relevance | path

Searched refs:_PyRuntimeState_GetThreadState (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_pystate.h53 _PyRuntimeState_GetThreadState(_PyRuntimeState *runtime) in _PyRuntimeState_GetThreadState() function
70 return _PyRuntimeState_GetThreadState(&_PyRuntime); in _PyThreadState_GET()
/external/python/cpython3/Python/
Dpylifecycle.c1113 PyThreadState *tstate = _PyRuntimeState_GetThreadState(runtime); in _Py_InitializeMain()
1355 PyThreadState *tstate = _PyRuntimeState_GetThreadState(runtime); in Py_FinalizeEx()
2242 PyThreadState *tstate = _PyRuntimeState_GetThreadState(runtime); in fatal_error()
Dpystate.c1065 PyInterpreterState *interp = _PyRuntimeState_GetThreadState(runtime)->interp; in PyThreadState_SetAsyncExc()
Dceval.c353 PyThreadState *tstate = _PyRuntimeState_GetThreadState(runtime); in PyEval_AcquireLock()
363 PyThreadState *tstate = _PyRuntimeState_GetThreadState(runtime); in PyEval_ReleaseLock()
417 PyThreadState *tstate = _PyRuntimeState_GetThreadState(runtime); in _PyEval_ReInitThreads()
Dsysmodule.c367 tstate = _PyRuntimeState_GetThreadState(runtime); in PySys_AddAuditHook()