Searched defs:_ts (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Include/ |
D | pystate.h | 56 typedef struct _ts { struct 59 struct _ts *next; argument 60 PyInterpreterState *interp; 62 struct _frame *frame; 63 int recursion_depth; 67 int tracing; 68 int use_tracing; 70 Py_tracefunc c_profilefunc; 71 Py_tracefunc c_tracefunc; 72 PyObject *c_profileobj; [all …]
|
/external/python/cpython3/Include/ |
D | pystate.h | 212 typedef struct _ts { struct 215 struct _ts *prev; argument 216 struct _ts *next; argument 217 PyInterpreterState *interp; 219 struct _frame *frame; 220 int recursion_depth; 221 char overflowed; /* The stack has overflowed. Allow 50 more calls 223 char recursion_critical; /* The current calls must not cause 225 int stackcheck_counter; 230 int tracing; [all …]
|
/external/autotest/client/cros/power/ |
D | power_suspend.py | 225 def _ts(self, name, retries=11): member in Suspender
|
/external/u-boot/arch/powerpc/include/asm/ |
D | mmu.h | 522 #define SET_TLB_ENTRY(_tlb, _epn, _rpn, _perms, _wimge, _ts, _esel, _sz, _iprot) \ argument
|