Searched defs:_ts (Results 1 – 7 of 7) sorted by relevance
60 struct _ts { struct63 struct _ts *prev; argument64 struct _ts *next; argument65 PyInterpreterState *interp;68 PyFrameObject *frame;69 int recursion_depth;70 int recursion_headroom; /* Allow 50 more calls to handle any errors. */71 int stackcheck_counter;76 int tracing;80 CFrame *cframe;[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 …]
45 struct __kernel_old_timespec _ts; in do_select_faulty_to() local66 struct __kernel_timespec _ts; in do_select_faulty_to() local
30 static long syscall_clock_getres(clockid_t _clkid, struct timespec *_ts) in syscall_clock_getres()
30 …internal static AnyUniqueAliasesUnion FromTS(MyGame.Example.TestSimpleTableWithEnumT _ts) { return… in FromTS()
260 def _ts(self, name, retries=11): member in Suspender
1593 struct timespec _ts = { }; in accuracy() local