Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pystate.h57 _PyRuntimeState_GetThreadState(_PyRuntimeState *runtime) in _PyRuntimeState_GetThreadState() function
81 return _PyRuntimeState_GetThreadState(&_PyRuntime); in _PyThreadState_GET()
/third_party/python/Python/
Dpylifecycle.c1278 PyThreadState *tstate = _PyRuntimeState_GetThreadState(runtime); in _Py_InitializeMain()
1713 PyThreadState *tstate = _PyRuntimeState_GetThreadState(runtime); in Py_FinalizeEx()
2694 PyThreadState *tstate = _PyRuntimeState_GetThreadState(runtime); in fatal_error()
Dpystate.c1127 PyInterpreterState *interp = _PyRuntimeState_GetThreadState(runtime)->interp; in PyThreadState_SetAsyncExc()
Dsysmodule.c390 tstate = _PyRuntimeState_GetThreadState(runtime); in PySys_AddAuditHook()
Dceval.c419 PyThreadState *tstate = _PyRuntimeState_GetThreadState(runtime); in PyEval_AcquireLock()
429 PyThreadState *tstate = _PyRuntimeState_GetThreadState(runtime); in PyEval_ReleaseLock()