Lines Matching defs:clock_index
90 static int test_gettime(clockid_t clock_index, bool raw_syscall, time_t offset)
96 if (check_skip(clocks[clock_index].id))
99 switch (clocks[clock_index].id) {
109 if (_gettime(clocks[clock_index].id, &parent_ts_old, raw_syscall))
118 if (_gettime(clocks[clock_index].id, &cur_ts, raw_syscall))
124 clocks[clock_index].name, entry, parent_ts_old.tv_sec,
132 if (_gettime(clocks[clock_index].id, &cur_ts, raw_syscall))
138 clocks[clock_index].name, entry, parent_ts_old.tv_sec,
141 clock_settime(clocks[clock_index].id, &cur_ts);
146 clocks[clock_index].name, entry);