Home
last modified time | relevance | path

Searched defs:_ts (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dpystate.h56 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/
Dpystate.h212 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/
Dpower_suspend.py225 def _ts(self, name, retries=11): member in Suspender
/external/u-boot/arch/powerpc/include/asm/
Dmmu.h522 #define SET_TLB_ENTRY(_tlb, _epn, _rpn, _perms, _wimge, _ts, _esel, _sz, _iprot) \ argument