HomeSort by relevance Sort by last modified time
    Searched refs:tstate (Results 51 - 64 of 64) sorted by null

1 23

  /external/python/cpython2/Objects/
frameobject.c 622 PyFrame_New(PyThreadState *tstate, PyCodeObject *code, PyObject *globals,
625 PyFrameObject *back = tstate->frame;
736 f->f_tstate = tstate;
dictobject.c 713 PyThreadState *tstate; local
726 /* We can arrive here with a NULL tstate during initialization: try
730 mode, the latter complains if tstate is NULL. */
731 tstate = _PyThreadState_Current;
732 if (tstate != NULL && tstate->curexc_type != NULL) {
    [all...]
typeobject.c 925 PyThreadState *tstate = PyThreadState_GET(); local
975 ++ tstate->trash_delete_nesting;
978 -- tstate->trash_delete_nesting;
1057 ++ tstate->trash_delete_nesting;
1060 -- tstate->trash_delete_nesting;
    [all...]
  /external/mksh/src/
sh.h 1617 struct tstate { struct
    [all...]
main.c     [all...]
exec.c 1256 struct tstate ts;
    [all...]
funcs.c 960 struct tstate ts;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
dictobject.c 713 PyThreadState *tstate; local
726 /* We can arrive here with a NULL tstate during initialization: try
730 mode, the latter complains if tstate is NULL. */
731 tstate = _PyThreadState_Current;
732 if (tstate != NULL && tstate->curexc_type != NULL) {
    [all...]
typeobject.c 905 PyThreadState *tstate = PyThreadState_GET(); local
955 ++ tstate->trash_delete_nesting;
958 -- tstate->trash_delete_nesting;
1037 ++ tstate->trash_delete_nesting;
1040 -- tstate->trash_delete_nesting;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
dictobject.c 702 PyThreadState *tstate; local
715 /* We can arrive here with a NULL tstate during initialization: try
719 mode, the latter complains if tstate is NULL. */
720 tstate = _PyThreadState_Current;
721 if (tstate != NULL && tstate->curexc_type != NULL) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
import.c 280 PyThreadState *tstate = PyEval_SaveThread(); local
282 PyEval_RestoreThread(tstate);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
import.c 308 PyThreadState *tstate = PyEval_SaveThread(); local
310 PyEval_RestoreThread(tstate);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
import.c 280 PyThreadState *tstate = PyEval_SaveThread(); local
282 PyEval_RestoreThread(tstate);
    [all...]
  /external/python/cpython2/Python/
import.c 308 PyThreadState *tstate = PyEval_SaveThread(); local
310 PyEval_RestoreThread(tstate);
    [all...]

Completed in 3692 milliseconds

1 23