Lines Matching defs:tstate
225 is_tstate_valid(PyThreadState *tstate) in is_tstate_valid()
364 _PyEval_InitGIL(PyThreadState *tstate) in _PyEval_InitGIL()
424 PyThreadState *tstate = _PyRuntimeState_GetThreadState(runtime); in PyEval_AcquireLock() local
434 PyThreadState *tstate = _PyRuntimeState_GetThreadState(runtime); in PyEval_ReleaseLock() local
444 _PyEval_ReleaseLock(PyThreadState *tstate) in _PyEval_ReleaseLock()
452 PyEval_AcquireThread(PyThreadState *tstate) in PyEval_AcquireThread()
465 PyEval_ReleaseThread(PyThreadState *tstate) in PyEval_ReleaseThread()
484 _PyEval_ReInitThreads(PyThreadState *tstate) in _PyEval_ReInitThreads()
520 PyThreadState *tstate = _PyThreadState_Swap(&runtime->gilstate, NULL); in PyEval_SaveThread() local
531 PyEval_RestoreThread(PyThreadState *tstate) in PyEval_RestoreThread()
655 PyThreadState *tstate = _PyThreadState_GET(); in Py_AddPendingCall() local
672 handle_signals(PyThreadState *tstate) in handle_signals()
739 _Py_FinishPendingCalls(PyThreadState *tstate) in _Py_FinishPendingCalls()
766 PyThreadState *tstate = _PyThreadState_GET(); in Py_MakePendingCalls() local
833 _Py_CheckRecursiveCall(PyThreadState *tstate, const char *where) in _Py_CheckRecursiveCall()
907 match_keys(PyThreadState *tstate, PyObject *map, PyObject *keys) in match_keys()
990 match_class_attr(PyThreadState *tstate, PyObject *subject, PyObject *type, in match_class_attr()
1014 match_class(PyThreadState *tstate, PyObject *subject, PyObject *type, in match_class()
1132 PyThreadState *tstate = _PyThreadState_GET(); in PyEval_EvalCode() local
1166 PyThreadState *tstate = _PyThreadState_GET(); in PyEval_EvalFrame() local
1173 PyThreadState *tstate = _PyThreadState_GET(); in PyEval_EvalFrameEx() local
1181 eval_frame_handle_pending(PyThreadState *tstate) in eval_frame_handle_pending()
1565 trace_function_entry(PyThreadState *tstate, _PyInterpreterFrame *frame) in trace_function_entry()
1604 trace_function_exit(PyThreadState *tstate, _PyInterpreterFrame *frame, PyObject *retval) in trace_function_exit()
1635 _PyEval_EvalFrameDefault(PyThreadState *tstate, _PyInterpreterFrame *frame, int throwflag)
5845 format_missing(PyThreadState *tstate, const char *kind,
5908 missing_arguments(PyThreadState *tstate, PyCodeObject *co,
5947 too_many_positional(PyThreadState *tstate, PyCodeObject *co,
6005 positional_only_passed_as_keyword(PyThreadState *tstate, PyCodeObject *co,
6137 initialize_locals(PyThreadState *tstate, PyFunctionObject *func,
6364 _PyEvalFramePushAndInit(PyThreadState *tstate, PyFunctionObject *func,
6402 _PyEvalFrameClearAndPop(PyThreadState *tstate, _PyInterpreterFrame * frame)
6417 _PyEval_Vector(PyThreadState *tstate, PyFunctionObject *func,
6456 PyThreadState *tstate = _PyThreadState_GET(); local
6525 do_raise(PyThreadState *tstate, PyObject *exc, PyObject *cause)
6687 unpack_iterable(PyThreadState *tstate, PyObject *v,
6781 PyThreadState *tstate,
6812 PyThreadState *tstate, _PyInterpreterFrame *frame,
6843 PyThreadState_EnterTracing(PyThreadState *tstate)
6850 PyThreadState_LeaveTracing(PyThreadState *tstate)
6859 PyThreadState *tstate, _PyInterpreterFrame *frame,
6889 PyThreadState *tstate = _PyThreadState_GET(); local
6906 PyThreadState *tstate, _PyInterpreterFrame *frame, int instr_prev)
6948 _PyEval_SetProfile(PyThreadState *tstate, Py_tracefunc func, PyObject *arg)
6992 PyThreadState *tstate = _PyThreadState_GET(); local
7000 _PyEval_SetTrace(PyThreadState *tstate, Py_tracefunc func, PyObject *arg)
7045 PyThreadState *tstate = _PyThreadState_GET(); local
7056 PyThreadState *tstate = _PyThreadState_GET(); local
7069 PyThreadState *tstate = _PyThreadState_GET(); local
7076 PyThreadState *tstate = _PyThreadState_GET(); local
7090 PyThreadState *tstate = _PyThreadState_GET(); local
7097 PyThreadState *tstate = _PyThreadState_GET(); local
7111 PyThreadState *tstate = _PyThreadState_GET(); local
7118 PyThreadState *tstate = _PyThreadState_GET(); local
7140 _PyEval_GetBuiltins(PyThreadState *tstate)
7152 PyThreadState *tstate = _PyThreadState_GET(); local
7160 PyThreadState *tstate = _PyThreadState_GET(); local
7180 PyThreadState *tstate = _PyThreadState_GET(); local
7199 PyThreadState *tstate = _PyThreadState_GET(); local
7210 PyThreadState *tstate = _PyThreadState_GET(); local
7285 trace_call_function(PyThreadState *tstate,
7319 do_call_core(PyThreadState *tstate,
7369 PyThreadState *tstate = _PyThreadState_GET(); local
7391 PyThreadState *tstate = _PyThreadState_GET(); local
7409 import_name(PyThreadState *tstate, _PyInterpreterFrame *frame,
7451 import_from(PyThreadState *tstate, PyObject *v, PyObject *name)
7524 import_all_from(PyThreadState *tstate, PyObject *locals, PyObject *v)
7619 check_except_type_valid(PyThreadState *tstate, PyObject* right)
7644 check_except_star_type_valid(PyThreadState *tstate, PyObject* right)
7681 check_args_iterable(PyThreadState *tstate, PyObject *func, PyObject *args)
7701 format_kwargs_error(PyThreadState *tstate, PyObject *func, PyObject *kwargs)
7745 format_exc_check_arg(PyThreadState *tstate, PyObject *exc,
7777 format_exc_unbound(PyThreadState *tstate, PyCodeObject *co, int oparg)
7794 format_awaitable_error(PyThreadState *tstate, PyTypeObject *type, int oparg)