Searched defs:_ts (Results 1 – 4 of 4) sorted by relevance
51 struct _ts { struct54 struct _ts *prev; argument55 struct _ts *next; argument56 PyInterpreterState *interp;59 PyFrameObject *frame;60 int recursion_depth;61 char overflowed; /* The stack has overflowed. Allow 50 more calls63 char recursion_critical; /* The current calls must not cause65 int stackcheck_counter;70 int tracing;[all …]
56 typedef struct _ts { struct59 struct _ts *next; argument60 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 …]
271 def _ts(self, name, retries=11): member in Suspender
1593 struct timespec _ts = { }; in accuracy() local