• Home
  • Raw
  • Download

Lines Matching refs:_PyThreadState_GET

85     PyThreadState *tstate = _PyThreadState_GET();  in _Py_CheckSlotResult()
112 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_CallNoArgs()
165 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_VectorcallDict()
231 PyThreadState *tstate = _PyThreadState_GET(); in PyVectorcall_Call()
316 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_Call()
324 PyThreadState *tstate = _PyThreadState_GET(); in PyCFunction_Call()
339 PyThreadState *tstate = _PyThreadState_GET(); in _PyFunction_Vectorcall()
357 PyThreadState *tstate = _PyThreadState_GET(); in PyEval_CallObjectWithKeywords()
389 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_CallObject()
504 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_CallFunction()
522 PyThreadState *tstate = _PyThreadState_GET(); in PyEval_CallFunction()
535 PyThreadState *tstate = _PyThreadState_GET(); in _PyObject_CallFunction_SizeT()
564 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_CallMethod()
591 PyThreadState *tstate = _PyThreadState_GET(); in PyEval_CallMethod()
615 PyThreadState *tstate = _PyThreadState_GET(); in _PyObject_CallMethodId()
639 PyThreadState *tstate = _PyThreadState_GET(); in _PyObject_CallMethod_SizeT()
663 PyThreadState *tstate = _PyThreadState_GET(); in _PyObject_CallMethodId_SizeT()
751 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_VectorcallMethod()
780 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_CallMethodObjArgs()
806 PyThreadState *tstate = _PyThreadState_GET(); in _PyObject_CallMethodIdObjArgs()
836 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_CallFunctionObjArgs()