Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dpystate.h60 struct _ts { struct
63 struct _ts *prev; argument
64 struct _ts *next; argument
65 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 …]
/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/ltp/testcases/kernel/syscalls/select/
Dselect_var.h45 struct __kernel_old_timespec _ts; in do_select_faulty_to() local
66 struct __kernel_timespec _ts; in do_select_faulty_to() local
/external/linux-kselftest/tools/testing/selftests/vDSO/
Dvdso_test_clock_getres.c30 static long syscall_clock_getres(clockid_t _clkid, struct timespec *_ts) in syscall_clock_getres()
/external/flatbuffers/tests/MyGame/Example/
DAnyUniqueAliases.cs30 …internal static AnyUniqueAliasesUnion FromTS(MyGame.Example.TestSimpleTableWithEnumT _ts) { return… in FromTS()
/external/autotest/client/cros/power/
Dpower_suspend.py260 def _ts(self, name, retries=11): member in Suspender
/external/igt-gpu-tools/tests/
Dperf_pmu.c1593 struct timespec _ts = { }; in accuracy() local