Home
last modified time | relevance | path

Searched refs:_PyThreadState_GET (Results 1 – 25 of 32) sorted by relevance

12

/third_party/python/Objects/
Dcall.c85 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()
[all …]
Dmethodobject.c420 PyThreadState *tstate = _PyThreadState_GET(); in cfunction_vectorcall_FASTCALL()
439 PyThreadState *tstate = _PyThreadState_GET(); in cfunction_vectorcall_FASTCALL_KEYWORDS()
455 PyThreadState *tstate = _PyThreadState_GET(); in cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD()
471 PyThreadState *tstate = _PyThreadState_GET(); in cfunction_vectorcall_NOARGS()
498 PyThreadState *tstate = _PyThreadState_GET(); in cfunction_vectorcall_O()
527 PyThreadState *tstate = _PyThreadState_GET(); in cfunction_call()
Dabstract.c28 PyThreadState *tstate = _PyThreadState_GET(); in null_error()
99 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_LengthHint()
120 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_LengthHint()
801 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_Format()
1491 PyThreadState *tstate = _PyThreadState_GET(); in PyNumber_AsSsize_t()
2167 PyThreadState *tstate = _PyThreadState_GET(); in PySequence_Fast()
2427 PyThreadState *tstate = _PyThreadState_GET(); in method_output_as_list()
2584 PyThreadState *tstate = _PyThreadState_GET(); in check_class()
2697 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_IsInstance()
2782 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_IsSubclass()
[all …]
Ddescrobject.c297 PyThreadState *tstate = _PyThreadState_GET(); in method_vectorcall_VARARGS()
321 PyThreadState *tstate = _PyThreadState_GET(); in method_vectorcall_VARARGS_KEYWORDS()
356 PyThreadState *tstate = _PyThreadState_GET(); in method_vectorcall_FASTCALL_KEYWORDS_METHOD()
376 PyThreadState *tstate = _PyThreadState_GET(); in method_vectorcall_FASTCALL()
395 PyThreadState *tstate = _PyThreadState_GET(); in method_vectorcall_FASTCALL_KEYWORDS()
414 PyThreadState *tstate = _PyThreadState_GET(); in method_vectorcall_NOARGS()
441 PyThreadState *tstate = _PyThreadState_GET(); in method_vectorcall_O()
Dobject.c426 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_Repr()
486 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_Str()
731 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_RichCompare()
2116 PyThreadState *tstate = _PyThreadState_GET(); in _PyTrash_thread_deposit_object()
2157 PyThreadState *tstate = _PyThreadState_GET(); in _PyTrash_thread_destroy_chain()
Dgenobject.c143 PyThreadState *tstate = _PyThreadState_GET(); in gen_send_ex2()
437 PyThreadState *tstate = _PyThreadState_GET(); in _gen_throw()
1205 PyThreadState *tstate = _PyThreadState_GET(); in PyCoro_New()
1299 tstate = _PyThreadState_GET(); in async_gen_init_hooks()
Dclassobject.c41 PyThreadState *tstate = _PyThreadState_GET(); in method_vectorcall()
Dtypeobject.c1083 PyThreadState *tstate = _PyThreadState_GET(); in type_call()
1652 PyThreadState *tstate = _PyThreadState_GET(); in vectorcall_method()
7101 PyThreadState *tstate = _PyThreadState_GET(); \
7218 PyThreadState *tstate = _PyThreadState_GET(); in slot_sq_contains()
7475 PyThreadState *tstate = _PyThreadState_GET(); in slot_tp_call()
7610 PyThreadState *tstate = _PyThreadState_GET(); in slot_tp_richcompare()
7715 PyThreadState *tstate = _PyThreadState_GET(); in slot_tp_init()
7748 PyThreadState *tstate = _PyThreadState_GET(); in slot_tp_new()
8951 PyThreadState *tstate = _PyThreadState_GET(); in super_init()
Dfuncobject.c17 PyThreadState *tstate = _PyThreadState_GET(); in PyFunction_NewWithQualName()
/third_party/python/Python/
Derrors.c71 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_Restore()
195 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_SetObject()
205 PyThreadState *tstate = _PyThreadState_GET(); in _PyErr_SetKeyError()
225 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_SetNone()
242 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_SetString()
253 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_Occurred()
300 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_ExceptionMatches()
425 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_NormalizeException()
447 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_Fetch()
462 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_Clear()
[all …]
Dsysmodule.c85 PyThreadState *tstate = _PyThreadState_GET(); in _PySys_GetObjectId()
102 PyThreadState *tstate = _PyThreadState_GET(); in PySys_GetObject()
194 assert(ts == _PyThreadState_GET()); in sys_audit_tstate()
330 PyThreadState *tstate = _PyThreadState_GET(); in PySys_Audit()
446 PyThreadState *tstate = _PyThreadState_GET(); in sys_addaudithook_impl()
481 PyThreadState *tstate = _PyThreadState_GET(); in sys_audit()
531 PyThreadState *tstate = _PyThreadState_GET(); in sys_breakpointhook()
700 PyThreadState *tstate = _PyThreadState_GET(); in sys_displayhook()
787 _PyErr_StackItem *err_info = _PyErr_GetTopmostException(_PyThreadState_GET()); in sys_exc_info_impl()
980 PyThreadState *tstate = _PyThreadState_GET(); in profile_trampoline()
[all …]
Dpystate.c209 PyThreadState *tstate = _PyThreadState_GET(); in PyInterpreterState_New()
352 PyThreadState *current_tstate = _PyThreadState_GET(); in PyInterpreterState_Clear()
469 PyThreadState *tstate = _PyThreadState_GET(); in PyInterpreterState_Get()
759 PyThreadState *tstate = _PyThreadState_GET(); in PyState_AddModule()
775 PyThreadState *tstate = _PyThreadState_GET(); in PyState_RemoveModule()
1007 return _PyThreadState_GET(); in _PyThreadState_UncheckedGet()
1014 PyThreadState *tstate = _PyThreadState_GET(); in PyThreadState_Get()
1081 PyThreadState *tstate = _PyThreadState_GET(); in PyThreadState_GetDict()
1200 PyThreadState *tstate = _PyThreadState_GET(); in _PyThread_CurrentFrames()
1250 PyThreadState *tstate = _PyThreadState_GET(); in _PyThread_CurrentExceptions()
[all …]
Dimport.c435 PyThreadState *tstate = _PyThreadState_GET(); in _PyImport_FixupExtensionObject()
564 PyThreadState *tstate = _PyThreadState_GET(); in _PyImport_FindExtensionObject()
627 PyThreadState *tstate = _PyThreadState_GET(); in PyImport_AddModuleObject()
814 PyThreadState *tstate = _PyThreadState_GET(); in PyImport_ExecCodeModuleObject()
987 PyThreadState *tstate = _PyThreadState_GET(); in PyImport_GetImporter()
1056 PyThreadState *tstate = _PyThreadState_GET(); in _imp_create_builtin()
1142 PyThreadState *tstate = _PyThreadState_GET(); in PyImport_ImportFrozenModuleObject()
1547 PyThreadState *tstate = _PyThreadState_GET(); in PyImport_GetModule()
1566 PyThreadState *tstate = _PyThreadState_GET(); in PyImport_ImportModuleLevelObject()
1770 PyThreadState *tstate = _PyThreadState_GET(); in PyImport_Import()
[all …]
Dcontext.c138 PyThreadState *ts = _PyThreadState_GET(); in PyContext_Enter()
176 PyThreadState *ts = _PyThreadState_GET(); in PyContext_Exit()
201 PyThreadState *ts = _PyThreadState_GET(); in PyContextVar_Get()
410 PyThreadState *ts = _PyThreadState_GET(); in context_get()
653 PyThreadState *ts = _PyThreadState_GET(); in context_run()
Dceval.c524 PyThreadState *old_tstate = _PyThreadState_GET(); in PyEval_SaveThread()
667 PyThreadState *tstate = _PyThreadState_GET(); in Py_AddPendingCall()
778 PyThreadState *tstate = _PyThreadState_GET(); in Py_MakePendingCalls()
850 PyThreadState *tstate = _PyThreadState_GET(); in Py_SetRecursionLimit()
1144 PyThreadState *tstate = _PyThreadState_GET(); in PyEval_EvalFrame()
1151 PyThreadState *tstate = _PyThreadState_GET(); in PyEval_EvalFrameEx()
5092 PyThreadState *tstate = _PyThreadState_GET(); in PyEval_EvalCodeEx()
5477 PyThreadState *tstate = _PyThreadState_GET(); in _PyEval_CallTracing()
5528 PyThreadState *current_tstate = _PyThreadState_GET(); in _PyEval_SetProfile()
5553 PyThreadState *tstate = _PyThreadState_GET(); in PyEval_SetProfile()
[all …]
Dthread_nt.h204 PyThreadState *tstate = _PyThreadState_GET(); in PyThread_start_new_thread()
Dpythonrun.c879 PyThreadState *tstate = _PyThreadState_GET(); in PyErr_PrintEx()
1302 PyThreadState *tstate = _PyThreadState_GET(); in run_mod()
1321 PyThreadState *tstate = _PyThreadState_GET(); in run_pyc_file()
Dthread_pthread.h273 PyThreadState *tstate = _PyThreadState_GET(); in PyThread_start_new_thread()
Dpylifecycle.c524 PyThreadState *tstate = _PyThreadState_GET(); in pyinit_core_reconfigure()
2008 if (tstate != _PyThreadState_GET()) { in Py_EndInterpreter()
D_warnings.c833 PyThreadState *tstate = _PyThreadState_GET(); in setup_context()
/third_party/python/Include/internal/
Dpycore_pystate.h76 _PyThreadState_GET(void) in _PyThreadState_GET() function
87 #define PyThreadState_GET() _PyThreadState_GET()
113 PyThreadState *tstate = _PyThreadState_GET(); in _PyInterpreterState_GET()
/third_party/python/Modules/
Dsignalmodule.c516 PyThreadState *tstate = _PyThreadState_GET(); in signal_signal_impl()
754 PyThreadState *tstate = _PyThreadState_GET();
1663 PyThreadState *tstate = _PyThreadState_GET();
1763 PyThreadState *tstate = _PyThreadState_GET();
1858 PyThreadState *tstate = _PyThreadState_GET();
2003 PyThreadState *tstate = _PyThreadState_GET();
Dgcmodule.c1536 PyThreadState *tstate = _PyThreadState_GET(); in gc_collect_impl()
1764 PyThreadState *tstate = _PyThreadState_GET(); in gc_get_objects_impl()
2083 PyThreadState *tstate = _PyThreadState_GET(); in PyGC_Collect()
2238 PyThreadState *tstate = _PyThreadState_GET(); in _PyObject_GC_Alloc()
Dfaulthandler.c212 PyThreadState *tstate = _PyThreadState_GET(); in get_thread_state()
/third_party/python/Parser/
Dmyreadline.c359 PyThreadState *tstate = _PyThreadState_GET(); in PyOS_Readline()

12