Lines Matching defs:tstate
132 is_tstate_valid(PyThreadState *tstate) in is_tstate_valid()
272 _PyEval_InitGIL(PyThreadState *tstate) in _PyEval_InitGIL()
294 _PyEval_FiniGIL(PyThreadState *tstate) in _PyEval_FiniGIL()
353 PyThreadState *tstate = _PyRuntimeState_GetThreadState(runtime); in PyEval_AcquireLock() local
363 PyThreadState *tstate = _PyRuntimeState_GetThreadState(runtime); in PyEval_ReleaseLock() local
373 _PyEval_ReleaseLock(PyThreadState *tstate) in _PyEval_ReleaseLock()
381 PyEval_AcquireThread(PyThreadState *tstate) in PyEval_AcquireThread()
394 PyEval_ReleaseThread(PyThreadState *tstate) in PyEval_ReleaseThread()
417 PyThreadState *tstate = _PyRuntimeState_GetThreadState(runtime); in _PyEval_ReInitThreads() local
442 _PyEval_SignalAsyncExc(PyThreadState *tstate) in _PyEval_SignalAsyncExc()
452 PyThreadState *tstate = _PyThreadState_Swap(&runtime->gilstate, NULL); in PyEval_SaveThread() local
463 PyEval_RestoreThread(PyThreadState *tstate) in PyEval_RestoreThread()
587 PyThreadState *tstate = _PyThreadState_GET(); in Py_AddPendingCall() local
604 handle_signals(PyThreadState *tstate) in handle_signals()
621 make_pending_calls(PyThreadState *tstate) in make_pending_calls()
673 _Py_FinishPendingCalls(PyThreadState *tstate) in _Py_FinishPendingCalls()
699 PyThreadState *tstate = _PyThreadState_GET(); in Py_MakePendingCalls() local
760 PyThreadState *tstate = _PyThreadState_GET(); in Py_GetRecursionLimit() local
767 PyThreadState *tstate = _PyThreadState_GET(); in Py_SetRecursionLimit() local
780 _Py_CheckRecursiveCall(PyThreadState *tstate, const char *where) in _Py_CheckRecursiveCall()
841 PyThreadState *tstate = _PyThreadState_GET(); in PyEval_EvalFrame() local
848 PyThreadState *tstate = _PyThreadState_GET(); in PyEval_EvalFrameEx() local
856 eval_frame_handle_pending(PyThreadState *tstate) in eval_frame_handle_pending()
918 _PyEval_EvalFrameDefault(PyThreadState *tstate, PyFrameObject *f, int throwflag) in _PyEval_EvalFrameDefault()
3850 format_missing(PyThreadState *tstate, const char *kind, in format_missing()
3913 missing_arguments(PyThreadState *tstate, PyCodeObject *co, in missing_arguments()
3952 too_many_positional(PyThreadState *tstate, PyCodeObject *co, in too_many_positional()
4009 positional_only_passed_as_keyword(PyThreadState *tstate, PyCodeObject *co, in positional_only_passed_as_keyword()
4074 _PyEval_EvalCode(PyThreadState *tstate, in _PyEval_EvalCode()
4358 PyThreadState *tstate = _PyThreadState_GET(); in _PyEval_EvalCodeWithName() local
4385 special_lookup(PyThreadState *tstate, PyObject *o, _Py_Identifier *id) in special_lookup()
4400 do_raise(PyThreadState *tstate, PyObject *exc, PyObject *cause) in do_raise()
4503 unpack_iterable(PyThreadState *tstate, PyObject *v, in unpack_iterable()
4598 prtrace(PyThreadState *tstate, PyObject *v, const char *str) in prtrace()
4612 PyThreadState *tstate, PyFrameObject *f) in call_exc_trace()
4642 PyThreadState *tstate, PyFrameObject *frame, in call_trace_protected()
4664 PyThreadState *tstate, PyFrameObject *frame, in call_trace()
4682 PyThreadState *tstate = _PyThreadState_GET(); in _PyEval_CallTracing() local
4699 PyThreadState *tstate, PyFrameObject *frame, in maybe_call_line_trace()
4734 _PyEval_SetProfile(PyThreadState *tstate, Py_tracefunc func, PyObject *arg) in _PyEval_SetProfile()
4767 PyThreadState *tstate = _PyThreadState_GET(); in PyEval_SetProfile() local
4775 _PyEval_SetTrace(PyThreadState *tstate, Py_tracefunc func, PyObject *arg) in _PyEval_SetTrace()
4812 PyThreadState *tstate = _PyThreadState_GET(); in PyEval_SetTrace() local
4821 _PyEval_SetCoroutineOriginTrackingDepth(PyThreadState *tstate, int new_depth) in _PyEval_SetCoroutineOriginTrackingDepth()
4830 PyThreadState *tstate = _PyThreadState_GET(); in _PyEval_GetCoroutineOriginTrackingDepth() local
4837 PyThreadState *tstate = _PyThreadState_GET(); in _PyEval_SetAsyncGenFirstiter() local
4851 PyThreadState *tstate = _PyThreadState_GET(); in _PyEval_GetAsyncGenFirstiter() local
4858 PyThreadState *tstate = _PyThreadState_GET(); in _PyEval_SetAsyncGenFinalizer() local
4872 PyThreadState *tstate = _PyThreadState_GET(); in _PyEval_GetAsyncGenFinalizer() local
4879 PyThreadState *tstate = _PyThreadState_GET(); in PyEval_GetFrame() local
4886 PyThreadState *tstate = _PyThreadState_GET(); in PyEval_GetBuiltins() local
4898 PyThreadState *tstate = _PyThreadState_GET(); in _PyEval_GetBuiltinId() local
4912 PyThreadState *tstate = _PyThreadState_GET(); in PyEval_GetLocals() local
4930 PyThreadState *tstate = _PyThreadState_GET(); in PyEval_GetGlobals() local
4943 PyThreadState *tstate = _PyThreadState_GET(); in PyEval_MergeCompilerFlags() local
5024 trace_call_function(PyThreadState *tstate, in trace_call_function()
5087 do_call_core(PyThreadState *tstate, PyObject *func, PyObject *callargs, PyObject *kwdict) in do_call_core()
5132 PyThreadState *tstate = _PyThreadState_GET(); in _PyEval_SliceIndex() local
5154 PyThreadState *tstate = _PyThreadState_GET(); in _PyEval_SliceIndexNotNone() local
5172 import_name(PyThreadState *tstate, PyFrameObject *f, in import_name()
5215 import_from(PyThreadState *tstate, PyObject *v, PyObject *name) in import_from()
5289 import_all_from(PyThreadState *tstate, PyObject *locals, PyObject *v) in import_all_from()
5380 check_args_iterable(PyThreadState *tstate, PyObject *func, PyObject *args) in check_args_iterable()
5400 format_kwargs_error(PyThreadState *tstate, PyObject *func, PyObject *kwargs) in format_kwargs_error()
5444 format_exc_check_arg(PyThreadState *tstate, PyObject *exc, in format_exc_check_arg()
5460 format_exc_unbound(PyThreadState *tstate, PyCodeObject *co, int oparg) in format_exc_unbound()
5482 format_awaitable_error(PyThreadState *tstate, PyTypeObject *type, int prevprevopcode, int prevopcod… in format_awaitable_error()
5501 unicode_concatenate(PyThreadState *tstate, PyObject *v, PyObject *w, in unicode_concatenate()