Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/select/
Dselect_var.h45 struct __kernel_old_timespec _ts; in do_select_faulty_to() local
51 ts = &_ts; in do_select_faulty_to()
52 _ts.tv_sec = timeout->tv_sec; in do_select_faulty_to()
53 _ts.tv_nsec = timeout->tv_usec * 1000; in do_select_faulty_to()
58 timeout->tv_sec = _ts.tv_sec; in do_select_faulty_to()
59 timeout->tv_usec = _ts.tv_nsec / 1000; in do_select_faulty_to()
66 struct __kernel_timespec _ts; in do_select_faulty_to() local
72 ts = &_ts; in do_select_faulty_to()
73 _ts.tv_sec = timeout->tv_sec; in do_select_faulty_to()
74 _ts.tv_nsec = timeout->tv_usec * 1000; in do_select_faulty_to()
[all …]
/third_party/python/Include/cpython/
Dpystate.h60 struct _ts { struct
63 struct _ts *prev; argument
64 struct _ts *next; argument
Dobject.h517 struct _ts;
520 PyAPI_FUNC(int) _PyTrash_begin(struct _ts *tstate, PyObject *op);
521 PyAPI_FUNC(void) _PyTrash_end(struct _ts *tstate);
/third_party/python/Include/
Dpystate.h16 struct _ts;
20 typedef struct _ts PyThreadState;
/third_party/python/Include/internal/
Dpycore_interp.h217 struct _ts *tstate_head;
/third_party/typescript/src/compiler/
Ddebug.ts385 init(_ts: typeof ts): void;
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbaseparse.c477 GstClockTime time, gboolean before, GstClockTime * _ts);
4544 gboolean before, GstClockTime * _ts) in gst_base_parse_find_offset() argument
4582 if (_ts) in gst_base_parse_find_offset()
4583 *_ts = ts; in gst_base_parse_find_offset()