Home
last modified time | relevance | path

Searched defs:tstate (Results 1 - 25 of 64) sorted by relevance

123

/third_party/python/Include/internal/
H A Dpycore_pylifecycle.h92 PyAPI_FUNC(void) _PyErr_Print(PyThreadState *tstate); variable
96 PyAPI_FUNC(void) _PyThreadState_DeleteCurrent(PyThreadState *tstate); variable
H A Dpycore_pyerrors.h20 static inline PyObject* _PyErr_Occurred(PyThreadState *tstate) in _PyErr_Occurred() argument
58 PyAPI_FUNC(void) _PyErr_Clear(PyThreadState *tstate); variable
62 PyAPI_FUNC(PyObject *) _PyErr_NoMemory(PyThreadState *tstate); variable
95 PyAPI_FUNC(int) _PyErr_CheckSignalsTstate(PyThreadState *tstate); global() variable
[all...]
H A Dpycore_ceval.h70 _PyEval_EvalFrame(PyThreadState *tstate, struct _PyInterpreterFrame *frame, int throwflag) in _PyEval_EvalFrame() argument
98 _Py_MakeRecCheck(PyThreadState *tstate) _Py_MakeRecCheck() argument
103 _Py_MakeRecCheck(PyThreadState *tstate) _Py_MakeRecCheck() argument
112 _Py_EnterRecursiveCallTstate(PyThreadState *tstate, const char *where) _Py_EnterRecursiveCallTstate() argument
118 PyThreadState *tstate = _PyThreadState_GET(); _Py_EnterRecursiveCall() local
122 _Py_LeaveRecursiveCallTstate(PyThreadState *tstate) _Py_LeaveRecursiveCallTstate() argument
127 PyThreadState *tstate = _PyThreadState_GET(); _Py_LeaveRecursiveCall() local
[all...]
H A Dpycore_call.h77 _PyObject_VectorcallTstate(PyThreadState *tstate, PyObject *callable, in _PyObject_VectorcallTstate() argument
98 _PyObject_CallNoArgsTstate(PyThreadState *tstate, PyObject *func) { in _PyObject_CallNoArgsTstate() argument
106 PyThreadState *tstate in _PyObject_CallNoArgs() local
112 _PyObject_FastCallTstate(PyThreadState *tstate, PyObject *func, PyObject *const *args, Py_ssize_t nargs) _PyObject_FastCallTstate() argument
[all...]
H A Dpycore_pystate.h91 _Py_EnsureFuncTstateNotNULL(const char *func, PyThreadState *tstate) in _Py_EnsureFuncTstateNotNULL() argument
112 PyThreadState *tstate = _PyThreadState_GET(); in _PyInterpreterState_GET() local
122 PyAPI_FUNC(void) _PyThreadState_SetCurrent(PyThreadState *tstate); variable
125 PyThreadState *tstate); variable
132 _PyThreadState_UpdateTracingState(PyThreadState *tstate) _PyThreadState_UpdateTracingState() argument
162 PyAPI_FUNC(int) _PyOS_InterruptOccurred(PyThreadState *tstate); global() variable
[all...]
H A Dpycore_frame.h199 _PyThreadState_HasStackSpace(PyThreadState *tstate, size_t size) in _PyThreadState_HasStackSpace() argument
211 _PyThreadState_BumpFramePointer(PyThreadState *tstate, size_ argument
[all...]
H A Dpycore_runtime.h174 _PyRuntimeState_SetFinalizing(_PyRuntimeState *runtime, PyThreadState *tstate) { in _PyRuntimeState_SetFinalizing() argument
/third_party/python/Include/
H A Dpystate.h71 PyAPI_FUNC(PyInterpreterState*) PyThreadState_GetInterpreter(PyThreadState *tstate); variable
72 PyAPI_FUNC(PyFrameObject*) PyThreadState_GetFrame(PyThreadState *tstate); variable
73 PyAPI_FUNC(uint64_t) PyThreadState_GetID(PyThreadState *tstate); variable
H A Dceval.h139 PyAPI_FUNC(void) PyEval_AcquireThread(PyThreadState *tstate); variable
140 PyAPI_FUNC(void) PyEval_ReleaseThread(PyThreadState *tstate); variable
/third_party/python/Python/
H A Dframe.c151 _PyFrame_Push(PyThreadState *tstate, PyFunctionObject *func) in _PyFrame_Push() argument
H A Dceval_gil.h196 tstate_must_exit(PyThreadState *tstate) in tstate_must_exit() argument
146 drop_gil(struct _ceval_runtime_state *ceval, struct _ceval_state *ceval2, PyThreadState *tstate) drop_gil() argument
213 take_gil(PyThreadState *tstate) take_gil() argument
[all...]
H A Dthread_nt.h201 PyThreadState *tstate = _PyThreadState_GET(); in PyThread_start_new_thread() local
H A Dast.c995 PyThreadState *tstate; in _PyAST_Validate() local
H A Dast_opt.c1081 PyThreadState *tstate; in _PyAST_Optimize() local
/third_party/lwip/src/netif/ppp/
H A Dvj.c51 struct cstate *tstate = comp->tstate; in vj_compress_init() local
/third_party/python/Include/cpython/
H A Dpyerrors.h93 PyAPI_FUNC(_PyErr_StackItem*) _PyErr_GetTopmostException(PyThreadState *tstate); variable
H A Dpystate.h217 PyAPI_FUNC(PyObject *) _PyThreadState_GetDict(PyThreadState *tstate); variable
220 PyAPI_FUNC(void) PyThreadState_EnterTracing(PyThreadState *tstate); variable
224 PyAPI_FUNC(void) PyThreadState_LeaveTracing(PyThreadState *tstate); variable
[all...]
/third_party/python/Parser/
H A Dmyreadline.c31 my_fgets(PyThreadState* tstate, char *buf, int len, FILE *fp) in my_fgets() argument
117 _PyOS_WindowsConsoleReadline(PyThreadState *tstate, HANDLE hStdIn) in _PyOS_WindowsConsoleReadline() argument
246 PyThreadState *tstate = _PyOS_ReadlineTState; PyOS_StdioReadline() local
360 PyThreadState *tstate = _PyThreadState_GET(); PyOS_Readline() local
[all...]
H A Dpegen.c655 PyThreadState *tstate = _PyThreadState_GET(); in _PyPegen_number_token() local
/third_party/lwip/src/include/netif/ppp/
H A Dvj.h150 struct cstate tstate[MAX_SLOTS]; /* xmit connection states */ member
/third_party/python/Objects/
H A Dmethodobject.c385 cfunction_check_kwargs(PyThreadState *tstate, PyObject *func, PyObject *kwnames) in cfunction_check_kwargs() argument
404 cfunction_enter_call(PyThreadState *tstate, PyObject *func) in cfunction_enter_call() argument
417 PyThreadState *tstate = _PyThreadState_GET(); in cfunction_vectorcall_FASTCALL() local
436 PyThreadState *tstate in cfunction_vectorcall_FASTCALL_KEYWORDS() local
452 PyThreadState *tstate = _PyThreadState_GET(); cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD() local
468 PyThreadState *tstate = _PyThreadState_GET(); cfunction_vectorcall_NOARGS() local
496 PyThreadState *tstate = _PyThreadState_GET(); cfunction_vectorcall_O() local
526 PyThreadState *tstate = _PyThreadState_GET(); cfunction_call() local
[all...]
H A Dclassobject.c47 PyThreadState *tstate = _PyThreadState_GET(); in method_vectorcall() local
H A Dfuncobject.c55 PyThreadState *tstate = _PyThreadState_GET(); in PyFunction_NewWithQualName() local
H A Dcall.c22 null_error(PyThreadState *tstate) in null_error() argument
33 _Py_CheckFunctionResult(PyThreadState *tstate, PyObject *callable, in _Py_CheckFunctionResult() argument
85 PyThreadState *tstate = _PyThreadState_GET(); _Py_CheckSlotResult() local
117 _PyObject_FastCallDictTstate(PyThreadState *tstate, PyObject *callable, PyObject *const *args, size_t nargsf, PyObject *kwargs) _PyObject_FastCallDictTstate() argument
164 PyThreadState *tstate = _PyThreadState_GET(); PyObject_VectorcallDict() local
170 _PyObject_MakeTpCall(PyThreadState *tstate, PyObject *callable, PyObject *const *args, Py_ssize_t nargs, PyObject *keywords) _PyObject_MakeTpCall() argument
236 _PyVectorcall_Call(PyThreadState *tstate, vectorcallfunc func, PyObject *callable, PyObject *tuple, PyObject *kwargs) _PyVectorcall_Call() argument
268 PyThreadState *tstate = _PyThreadState_GET(); PyVectorcall_Call() local
298 PyThreadState *tstate = _PyThreadState_GET(); PyObject_Vectorcall() local
307 PyThreadState *tstate = _PyThreadState_GET(); _PyObject_FastCall() local
313 _PyObject_Call(PyThreadState *tstate, PyObject *callable, PyObject *args, PyObject *kwargs) _PyObject_Call() argument
354 PyThreadState *tstate = _PyThreadState_GET(); PyObject_Call() local
362 PyThreadState *tstate = _PyThreadState_GET(); PyCFunction_Call() local
374 PyThreadState *tstate = _PyThreadState_GET(); PyObject_CallOneArg() local
390 PyThreadState *tstate = _PyThreadState_GET(); _PyFunction_Vectorcall() local
408 PyThreadState *tstate = _PyThreadState_GET(); PyEval_CallObjectWithKeywords() local
440 PyThreadState *tstate = _PyThreadState_GET(); PyObject_CallObject() local
456 _PyObject_Call_Prepend(PyThreadState *tstate, PyObject *callable, PyObject *obj, PyObject *args, PyObject *kwargs) _PyObject_Call_Prepend() argument
495 _PyObject_CallFunctionVa(PyThreadState *tstate, PyObject *callable, const char *format, va_list va, int is_size_t) _PyObject_CallFunctionVa() argument
555 PyThreadState *tstate = _PyThreadState_GET(); PyObject_CallFunction() local
573 PyThreadState *tstate = _PyThreadState_GET(); PyEval_CallFunction() local
586 PyThreadState *tstate = _PyThreadState_GET(); _PyObject_CallFunction_SizeT() local
598 callmethod(PyThreadState *tstate, PyObject* callable, const char *format, va_list va, int is_size_t) callmethod() argument
614 PyThreadState *tstate = _PyThreadState_GET(); PyObject_CallMethod() local
641 PyThreadState *tstate = _PyThreadState_GET(); PyEval_CallMethod() local
665 PyThreadState *tstate = _PyThreadState_GET(); _PyObject_CallMethod() local
689 PyThreadState *tstate = _PyThreadState_GET(); _PyObject_CallMethodId() local
709 _PyObject_CallMethodFormat(PyThreadState *tstate, PyObject *callable, const char *format, ...) _PyObject_CallMethodFormat() argument
724 PyThreadState *tstate = _PyThreadState_GET(); _PyObject_CallMethod_SizeT() local
748 PyThreadState *tstate = _PyThreadState_GET(); _PyObject_CallMethodId_SizeT() local
771 object_vacall(PyThreadState *tstate, PyObject *base, PyObject *callable, va_list vargs) object_vacall() argument
836 PyThreadState *tstate = _PyThreadState_GET(); PyObject_VectorcallMethod() local
865 PyThreadState *tstate = _PyThreadState_GET(); PyObject_CallMethodObjArgs() local
890 PyThreadState *tstate = _PyThreadState_GET(); _PyObject_CallMethodIdObjArgs() local
920 PyThreadState *tstate = _PyThreadState_GET(); PyObject_CallFunctionObjArgs() local
959 _PyStack_UnpackDict(PyThreadState *tstate, PyObject *const *args, Py_ssize_t nargs, PyObject *kwargs, PyObject **p_kwnames) _PyStack_UnpackDict() argument
[all...]
/third_party/python/Modules/
H A D_testinternalcapi.c39 PyThreadState *tstate = _PyThreadState_GET(); in get_recursion_depth() local
506 record_eval(PyThreadState *tstate, struct _PyInterpreterFrame *f, int exc) in record_eval() argument

Completed in 18 milliseconds

123