Home
last modified time | relevance | path

Searched refs:_Py_EnsureTstateNotNULL (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Include/internal/
Dpycore_pystate.h100 #define _Py_EnsureTstateNotNULL(tstate) \ macro
115 _Py_EnsureTstateNotNULL(tstate); in _PyInterpreterState_GET()
/third_party/python/Python/
Dpystate.c470 _Py_EnsureTstateNotNULL(tstate); in PyInterpreterState_Get()
886 _Py_EnsureTstateNotNULL(tstate); in tstate_delete_common()
937 _Py_EnsureTstateNotNULL(tstate); in _PyThreadState_DeleteCurrent()
1015 _Py_EnsureTstateNotNULL(tstate); in PyThreadState_Get()
1252 _Py_EnsureTstateNotNULL(tstate); in _PyThread_CurrentExceptions()
Dceval.c420 _Py_EnsureTstateNotNULL(tstate); in PyEval_AcquireLock()
449 _Py_EnsureTstateNotNULL(tstate); in PyEval_AcquireThread()
529 _Py_EnsureTstateNotNULL(tstate); in PyEval_SaveThread()
545 _Py_EnsureTstateNotNULL(tstate); in PyEval_RestoreThread()
1579 _Py_EnsureTstateNotNULL(tstate); in _PyEval_EvalFrameDefault()
Derrors.c1457 _Py_EnsureTstateNotNULL(tstate); in _PyErr_WriteUnraisableMsg()
Dsysmodule.c482 _Py_EnsureTstateNotNULL(tstate); in sys_audit()
/third_party/python/Modules/
Dsignalmodule.c1985 _Py_EnsureTstateNotNULL(tstate);
Dposixmodule.c600 _Py_EnsureTstateNotNULL(tstate); in PyOS_AfterFork_Child()
/third_party/python/Objects/
Ddictobject.c1420 _Py_EnsureTstateNotNULL(tstate); in PyDict_GetItem()