Home
last modified time | relevance | path

Searched defs:interp (Results 1 – 16 of 16) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpystate.c60 PyInterpreterState *interp = (PyInterpreterState *) in PyInterpreterState_New() local
99 PyInterpreterState_Clear(PyInterpreterState *interp) in PyInterpreterState_Clear()
117 zapthreads(PyInterpreterState *interp) in zapthreads()
129 PyInterpreterState_Delete(PyInterpreterState *interp) in PyInterpreterState_Delete()
157 new_threadstate(PyInterpreterState *interp, int init) in new_threadstate()
211 PyThreadState_New(PyInterpreterState *interp) in PyThreadState_New()
217 _PyThreadState_Prealloc(PyInterpreterState *interp) in _PyThreadState_Prealloc()
261 PyInterpreterState *interp; in tstate_delete_common() local
394 PyInterpreterState *interp = tstate->interp; in PyThreadState_SetAsyncExc() local
436 PyInterpreterState_Next(PyInterpreterState *interp) { in PyInterpreterState_Next()
[all …]
Dcodecs.c31 PyInterpreterState *interp = PyThreadState_GET()->interp; in PyCodec_Register() local
96 PyInterpreterState *interp; in _PyCodec_Lookup() local
410 PyInterpreterState *interp = PyThreadState_GET()->interp; in PyCodec_RegisterError() local
428 PyInterpreterState *interp = PyThreadState_GET()->interp; in PyCodec_LookupError() local
845 PyInterpreterState *interp = PyThreadState_GET()->interp; in _PyCodecRegistry_Init() local
Dpythonrun.c143 PyInterpreterState *interp; in Py_InitializeEx() local
407 PyInterpreterState *interp; in Py_Finalize() local
579 PyInterpreterState *interp; in Py_NewInterpreter() local
655 PyInterpreterState *interp = tstate->interp; in Py_EndInterpreter() local
Dimport.c389 PyInterpreterState *interp = PyThreadState_Get()->interp; in imp_modules_reloading_clear() local
399 PyInterpreterState *interp = PyThreadState_GET()->interp; in PyImport_GetModuleDict() local
433 PyInterpreterState *interp = PyThreadState_GET()->interp; in PyImport_Cleanup() local
2725 PyInterpreterState *interp = PyThreadState_Get()->interp; in PyImport_ReloadModule() local
Dmodsupport.c37 PyInterpreterState *interp = PyThreadState_Get()->interp; in Py_InitModule4() local
Dsysmodule.c90 PyInterpreterState *interp = PyThreadState_GET()->interp; in sys_displayhook() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpystate.c61 PyInterpreterState *interp = (PyInterpreterState *) in PyInterpreterState_New() local
100 PyInterpreterState_Clear(PyInterpreterState *interp) in PyInterpreterState_Clear()
118 zapthreads(PyInterpreterState *interp) in zapthreads()
130 PyInterpreterState_Delete(PyInterpreterState *interp) in PyInterpreterState_Delete()
158 new_threadstate(PyInterpreterState *interp, int init) in new_threadstate()
209 PyThreadState_New(PyInterpreterState *interp) in PyThreadState_New()
215 _PyThreadState_Prealloc(PyInterpreterState *interp) in _PyThreadState_Prealloc()
259 PyInterpreterState *interp; in tstate_delete_common() local
392 PyInterpreterState *interp = tstate->interp; in PyThreadState_SetAsyncExc() local
434 PyInterpreterState_Next(PyInterpreterState *interp) { in PyInterpreterState_Next()
[all …]
Dcodecs.c31 PyInterpreterState *interp = PyThreadState_GET()->interp; in PyCodec_Register() local
96 PyInterpreterState *interp; in _PyCodec_Lookup() local
410 PyInterpreterState *interp = PyThreadState_GET()->interp; in PyCodec_RegisterError() local
428 PyInterpreterState *interp = PyThreadState_GET()->interp; in PyCodec_LookupError() local
828 PyInterpreterState *interp = PyThreadState_GET()->interp; in _PyCodecRegistry_Init() local
Dimport.c357 PyInterpreterState *interp = PyThreadState_Get()->interp; in imp_modules_reloading_clear() local
367 PyInterpreterState *interp = PyThreadState_GET()->interp; in PyImport_GetModuleDict() local
401 PyInterpreterState *interp = PyThreadState_GET()->interp; in PyImport_Cleanup() local
2618 PyInterpreterState *interp = PyThreadState_Get()->interp; in find_module() local
Dpythonrun.c137 PyInterpreterState *interp; in Py_InitializeEx() local
395 PyInterpreterState *interp; in Py_Finalize() local
566 PyInterpreterState *interp; in Py_NewInterpreter() local
642 PyInterpreterState *interp = tstate->interp; in Py_EndInterpreter() local
Dmodsupport.c37 PyInterpreterState *interp = PyThreadState_Get()->interp; in Py_InitModule4() local
Dsysmodule.c90 PyInterpreterState *interp = PyThreadState_GET()->interp; in sys_displayhook() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dimport.c357 PyInterpreterState *interp = PyThreadState_Get()->interp; in imp_modules_reloading_clear() local
367 PyInterpreterState *interp = PyThreadState_GET()->interp; in PyImport_GetModuleDict() local
401 PyInterpreterState *interp = PyThreadState_GET()->interp; in PyImport_Cleanup() local
2618 PyInterpreterState *interp = PyThreadState_Get()->interp; in find_module() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpystate.h60 PyInterpreterState *interp; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpystate.h60 PyInterpreterState *interp; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dthreadmodule.c595 PyInterpreterState *interp; member