Lines Matching defs:clock_index
88 static int test_gettime(clockid_t clock_index, bool raw_syscall, time_t offset)
94 if (check_skip(clocks[clock_index].id))
97 switch (clocks[clock_index].id) {
107 if (_gettime(clocks[clock_index].id, &parent_ts_old, raw_syscall))
116 if (_gettime(clocks[clock_index].id, &cur_ts, raw_syscall))
122 clocks[clock_index].name, entry, parent_ts_old.tv_sec,
130 if (_gettime(clocks[clock_index].id, &cur_ts, raw_syscall))
136 clocks[clock_index].name, entry, parent_ts_old.tv_sec,
139 clock_settime(clocks[clock_index].id, &cur_ts);
144 clocks[clock_index].name, entry);