Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dpystate.h51 struct _ts { struct
54 struct _ts *prev; argument
55 struct _ts *next; argument
56 PyInterpreterState *interp;
59 PyFrameObject *frame;
60 int recursion_depth;
61 char overflowed; /* The stack has overflowed. Allow 50 more calls
63 char recursion_critical; /* The current calls must not cause
65 int stackcheck_counter;
70 int tracing;
[all …]
/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/autotest/client/cros/power/
Dpower_suspend.py271 def _ts(self, name, retries=11): member in Suspender
/external/igt-gpu-tools/tests/
Dperf_pmu.c1593 struct timespec _ts = { }; in accuracy() local