| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
| D | pystate.c | 160 PyThreadState *tstate = (PyThreadState *)malloc(sizeof(PyThreadState)); in new_threadstate() local 221 _PyThreadState_Init(PyThreadState *tstate) in _PyThreadState_Init() 229 PyThreadState_Clear(PyThreadState *tstate) in PyThreadState_Clear() 257 tstate_delete_common(PyThreadState *tstate) in tstate_delete_common() 295 PyThreadState_Delete(PyThreadState *tstate) in PyThreadState_Delete() 311 PyThreadState *tstate = _PyThreadState_Current; in PyThreadState_DeleteCurrent() local 391 PyThreadState *tstate = PyThreadState_GET(); in PyThreadState_SetAsyncExc() local 444 PyThreadState_Next(PyThreadState *tstate) { in PyThreadState_Next() 508 PyThreadState_IsCurrent(PyThreadState *tstate) in PyThreadState_IsCurrent() 547 PyThreadState *tstate = PyGILState_GetThisThreadState(); in _PyGILState_Reinit() local [all …]
|
| D | sysmodule.c | 52 PyThreadState *tstate = PyThreadState_GET(); in PySys_GetObject() local 74 PyThreadState *tstate = PyThreadState_GET(); in PySys_SetObject() local 152 PyThreadState *tstate; in sys_exc_info() local 172 PyThreadState *tstate; in sys_exc_clear() local 304 call_trampoline(PyThreadState *tstate, PyObject* callback, in call_trampoline() 339 PyThreadState *tstate = frame->f_tstate; in profile_trampoline() local 357 PyThreadState *tstate = frame->f_tstate; in trace_trampoline() local 409 PyThreadState *tstate = PyThreadState_GET(); in sys_gettrace() local 448 PyThreadState *tstate = PyThreadState_GET(); in sys_getprofile() local 495 PyThreadState *tstate = PyThreadState_Get(); in sys_settscdump() local [all …]
|
| D | ceval.c | 84 PyThreadState *tstate = PyThreadState_Get(); in dump_tsc() local 269 PyEval_AcquireThread(PyThreadState *tstate) in PyEval_AcquireThread() 282 PyEval_ReleaseThread(PyThreadState *tstate) in PyEval_ReleaseThread() 300 PyThreadState *tstate; in PyEval_ReInitThreads() local 339 PyThreadState *tstate = PyThreadState_Swap(NULL); in PyEval_SaveThread() local 350 PyEval_RestoreThread(PyThreadState *tstate) in PyEval_RestoreThread() 618 PyThreadState *tstate = PyThreadState_GET(); in _Py_CheckRecursiveCall() local 706 PyThreadState *tstate = PyThreadState_GET(); in PyEval_EvalFrameEx() local 3022 PyThreadState *tstate = PyThreadState_GET(); in PyEval_EvalCodeEx() local 3368 set_exc_info(PyThreadState *tstate, in set_exc_info() [all …]
|
| D | errors.c | 27 PyThreadState *tstate = PyThreadState_GET(); in PyErr_Restore() local 78 PyThreadState *tstate = PyThreadState_GET(); in PyErr_Occurred() local 149 PyThreadState *tstate = NULL; in PyErr_NormalizeException() local 247 PyThreadState *tstate = PyThreadState_GET(); in PyErr_Fetch() local
|
| D | pythonrun.c | 138 PyThreadState *tstate; in Py_InitializeEx() local 396 PyThreadState *tstate; in Py_Finalize() local 567 PyThreadState *tstate, *save_tstate; in Py_NewInterpreter() local 640 Py_EndInterpreter(PyThreadState *tstate) in Py_EndInterpreter() 1688 PyThreadState *tstate = PyThreadState_GET(); in wait_for_thread_shutdown() local
|
| D | traceback.c | 108 PyThreadState *tstate = PyThreadState_GET(); in PyTraceBack_Here() local
|
| D | import.c | 280 PyThreadState *tstate = PyEval_SaveThread(); in _PyImport_AcquireLock() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
| D | pystate.c | 159 PyThreadState *tstate = (PyThreadState *)malloc(sizeof(PyThreadState)); in new_threadstate() local 223 _PyThreadState_Init(PyThreadState *tstate) in _PyThreadState_Init() 231 PyThreadState_Clear(PyThreadState *tstate) in PyThreadState_Clear() 259 tstate_delete_common(PyThreadState *tstate) in tstate_delete_common() 297 PyThreadState_Delete(PyThreadState *tstate) in PyThreadState_Delete() 313 PyThreadState *tstate = _PyThreadState_Current; in PyThreadState_DeleteCurrent() local 393 PyThreadState *tstate = PyThreadState_GET(); in PyThreadState_SetAsyncExc() local 446 PyThreadState_Next(PyThreadState *tstate) { in PyThreadState_Next() 510 PyThreadState_IsCurrent(PyThreadState *tstate) in PyThreadState_IsCurrent() 548 _PyGILState_NoteThreadState(PyThreadState* tstate) in _PyGILState_NoteThreadState()
|
| D | sysmodule.c | 52 PyThreadState *tstate = PyThreadState_GET(); in PySys_GetObject() local 74 PyThreadState *tstate = PyThreadState_GET(); in PySys_SetObject() local 152 PyThreadState *tstate; in sys_exc_info() local 172 PyThreadState *tstate; in sys_exc_clear() local 304 call_trampoline(PyThreadState *tstate, PyObject* callback, in call_trampoline() 339 PyThreadState *tstate = frame->f_tstate; in profile_trampoline() local 357 PyThreadState *tstate = frame->f_tstate; in trace_trampoline() local 408 PyThreadState *tstate = PyThreadState_GET(); in sys_gettrace() local 447 PyThreadState *tstate = PyThreadState_GET(); in sys_getprofile() local 495 PyThreadState *tstate = PyThreadState_Get(); in sys_settscdump() local [all …]
|
| D | ceval.c | 86 PyThreadState *tstate = PyThreadState_Get(); in dump_tsc() local 271 PyEval_AcquireThread(PyThreadState *tstate) in PyEval_AcquireThread() 284 PyEval_ReleaseThread(PyThreadState *tstate) in PyEval_ReleaseThread() 302 PyThreadState *tstate; in PyEval_ReInitThreads() local 341 PyThreadState *tstate = PyThreadState_Swap(NULL); in PyEval_SaveThread() local 352 PyEval_RestoreThread(PyThreadState *tstate) in PyEval_RestoreThread() 620 PyThreadState *tstate = PyThreadState_GET(); in _Py_CheckRecursiveCall() local 708 PyThreadState *tstate = PyThreadState_GET(); in PyEval_EvalFrameEx() local 3037 PyThreadState *tstate = PyThreadState_GET(); in PyEval_EvalCodeEx() local 3382 set_exc_info(PyThreadState *tstate, in set_exc_info() [all …]
|
| D | errors.c | 27 PyThreadState *tstate = PyThreadState_GET(); in PyErr_Restore() local 78 PyThreadState *tstate = PyThreadState_GET(); in PyErr_Occurred() local 151 PyThreadState *tstate = NULL; in PyErr_NormalizeException() local 249 PyThreadState *tstate = PyThreadState_GET(); in PyErr_Fetch() local
|
| D | pythonrun.c | 144 PyThreadState *tstate; in Py_InitializeEx() local 408 PyThreadState *tstate; in Py_Finalize() local 580 PyThreadState *tstate, *save_tstate; in Py_NewInterpreter() local 653 Py_EndInterpreter(PyThreadState *tstate) in Py_EndInterpreter() 1713 PyThreadState *tstate = PyThreadState_GET(); in wait_for_thread_shutdown() local
|
| D | traceback.c | 108 PyThreadState *tstate = PyThreadState_GET(); in PyTraceBack_Here() local
|
| D | import.c | 308 PyThreadState *tstate = PyEval_SaveThread(); in _PyImport_AcquireLock() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
| D | threadmodule.c | 392 PyThreadState *tstate; in local_clear() local 599 PyThreadState *tstate; member 606 PyThreadState *tstate; in t_bootstrap() local
|
| D | pyexpat.c | 273 trace_frame(PyThreadState *tstate, PyFrameObject *f, int code, PyObject *val) in trace_frame() 300 trace_frame_exc(PyThreadState *tstate, PyFrameObject *f) in trace_frame_exc() 339 PyThreadState *tstate = PyThreadState_GET(); in call_with_frame() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
| D | genobject.c | 47 PyThreadState *tstate = PyThreadState_GET(); in gen_send_ex() local
|
| D | frameobject.c | 622 PyFrame_New(PyThreadState *tstate, PyCodeObject *code, PyObject *globals, in PyFrame_New()
|
| D | dictobject.c | 702 PyThreadState *tstate; in PyDict_GetItem() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
| D | genobject.c | 47 PyThreadState *tstate = PyThreadState_GET(); in gen_send_ex() local
|
| D | frameobject.c | 624 PyFrame_New(PyThreadState *tstate, PyCodeObject *code, PyObject *globals, in PyFrame_New()
|
| D | object.c | 2452 PyThreadState *tstate = PyThreadState_GET(); in _PyTrash_thread_deposit_object() local 2490 PyThreadState *tstate = PyThreadState_GET(); in _PyTrash_thread_destroy_chain() local
|
| D | dictobject.c | 713 PyThreadState *tstate; in PyDict_GetItem() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
| D | pyexpat.c | 273 trace_frame(PyThreadState *tstate, PyFrameObject *f, int code, PyObject *val) in trace_frame() 300 trace_frame_exc(PyThreadState *tstate, PyFrameObject *f) in trace_frame_exc() 339 PyThreadState *tstate = PyThreadState_GET(); in call_with_frame() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/ |
| D | import.c | 280 PyThreadState *tstate = PyEval_SaveThread(); in _PyImport_AcquireLock() local
|