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
117 _PyObject_FastCallDictTstate(PyThreadState *tstate, PyObject *callable, in _PyObject_FastCallDictTstate()
164 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_VectorcallDict() local
170 _PyObject_MakeTpCall(PyThreadState *tstate, PyObject *callable, in _PyObject_MakeTpCall()
236 _PyVectorcall_Call(PyThreadState *tstate, vectorcallfunc func, in _PyVectorcall_Call()
268 PyThreadState *tstate = _PyThreadState_GET(); in PyVectorcall_Call() local
298 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_Vectorcall() local
307 PyThreadState *tstate = _PyThreadState_GET(); in _PyObject_FastCall() local
313 _PyObject_Call(PyThreadState *tstate, PyObject *callable, in _PyObject_Call()
354 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_Call() local
362 PyThreadState *tstate = _PyThreadState_GET(); in PyCFunction_Call() local
374 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_CallOneArg() local
390 PyThreadState *tstate = _PyThreadState_GET(); in _PyFunction_Vectorcall() local
408 PyThreadState *tstate = _PyThreadState_GET(); in PyEval_CallObjectWithKeywords() local
440 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_CallObject() local
456 _PyObject_Call_Prepend(PyThreadState *tstate, PyObject *callable, in _PyObject_Call_Prepend()
495 _PyObject_CallFunctionVa(PyThreadState *tstate, PyObject *callable, in _PyObject_CallFunctionVa()
555 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_CallFunction() local
573 PyThreadState *tstate = _PyThreadState_GET(); in PyEval_CallFunction() local
586 PyThreadState *tstate = _PyThreadState_GET(); in _PyObject_CallFunction_SizeT() local
598 callmethod(PyThreadState *tstate, PyObject* callable, const char *format, va_list va, int is_size_t) in callmethod()
614 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_CallMethod() local
641 PyThreadState *tstate = _PyThreadState_GET(); in PyEval_CallMethod() local
665 PyThreadState *tstate = _PyThreadState_GET(); in _PyObject_CallMethod() local
689 PyThreadState *tstate = _PyThreadState_GET(); in _PyObject_CallMethodId() local
709 PyObject * _PyObject_CallMethodFormat(PyThreadState *tstate, PyObject *callable, in _PyObject_CallMethodFormat()
724 PyThreadState *tstate = _PyThreadState_GET(); in _PyObject_CallMethod_SizeT() local
748 PyThreadState *tstate = _PyThreadState_GET(); in _PyObject_CallMethodId_SizeT() local
771 object_vacall(PyThreadState *tstate, PyObject *base, in object_vacall()
836 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_VectorcallMethod() local
865 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_CallMethodObjArgs() local
890 PyThreadState *tstate = _PyThreadState_GET(); in _PyObject_CallMethodIdObjArgs() local
920 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_CallFunctionObjArgs() local
959 _PyStack_UnpackDict(PyThreadState *tstate, in _PyStack_UnpackDict()