Lines Matching defs:tstate
22 null_error(PyThreadState *tstate) in null_error()
33 _Py_CheckFunctionResult(PyThreadState *tstate, PyObject *callable, in _Py_CheckFunctionResult()
85 PyThreadState *tstate = _PyThreadState_GET(); in _Py_CheckSlotResult() local
112 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_CallNoArgs() local
118 _PyObject_FastCallDictTstate(PyThreadState *tstate, PyObject *callable, in _PyObject_FastCallDictTstate()
165 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_VectorcallDict() local
171 _PyObject_MakeTpCall(PyThreadState *tstate, PyObject *callable, in _PyObject_MakeTpCall()
231 PyThreadState *tstate = _PyThreadState_GET(); in PyVectorcall_Call() local
276 _PyObject_Call(PyThreadState *tstate, PyObject *callable, in _PyObject_Call()
316 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_Call() local
324 PyThreadState *tstate = _PyThreadState_GET(); in PyCFunction_Call() local
339 PyThreadState *tstate = _PyThreadState_GET(); in _PyFunction_Vectorcall() local
357 PyThreadState *tstate = _PyThreadState_GET(); in PyEval_CallObjectWithKeywords() local
389 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_CallObject() local
405 _PyObject_Call_Prepend(PyThreadState *tstate, PyObject *callable, in _PyObject_Call_Prepend()
444 _PyObject_CallFunctionVa(PyThreadState *tstate, PyObject *callable, in _PyObject_CallFunctionVa()
504 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_CallFunction() local
522 PyThreadState *tstate = _PyThreadState_GET(); in PyEval_CallFunction() local
535 PyThreadState *tstate = _PyThreadState_GET(); in _PyObject_CallFunction_SizeT() local
547 callmethod(PyThreadState *tstate, PyObject* callable, const char *format, va_list va, int is_size_t) in callmethod()
564 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_CallMethod() local
591 PyThreadState *tstate = _PyThreadState_GET(); in PyEval_CallMethod() local
615 PyThreadState *tstate = _PyThreadState_GET(); in _PyObject_CallMethodId() local
639 PyThreadState *tstate = _PyThreadState_GET(); in _PyObject_CallMethod_SizeT() local
663 PyThreadState *tstate = _PyThreadState_GET(); in _PyObject_CallMethodId_SizeT() local
686 object_vacall(PyThreadState *tstate, PyObject *base, in object_vacall()
751 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_VectorcallMethod() local
780 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_CallMethodObjArgs() local
806 PyThreadState *tstate = _PyThreadState_GET(); in _PyObject_CallMethodIdObjArgs() local
836 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_CallFunctionObjArgs() local
890 _PyStack_UnpackDict(PyThreadState *tstate, in _PyStack_UnpackDict()