Searched refs:_ts (Results 1 – 7 of 7) sorted by relevance
45 struct __kernel_old_timespec _ts; in do_select_faulty_to() local51 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() local72 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 …]
60 struct _ts { struct63 struct _ts *prev; argument64 struct _ts *next; argument
517 struct _ts;520 PyAPI_FUNC(int) _PyTrash_begin(struct _ts *tstate, PyObject *op);521 PyAPI_FUNC(void) _PyTrash_end(struct _ts *tstate);
16 struct _ts;20 typedef struct _ts PyThreadState;
217 struct _ts *tstate_head;
385 init(_ts: typeof ts): void;
477 GstClockTime time, gboolean before, GstClockTime * _ts);4544 gboolean before, GstClockTime * _ts) in gst_base_parse_find_offset() argument4582 if (_ts) in gst_base_parse_find_offset()4583 *_ts = ts; in gst_base_parse_find_offset()