Lines Matching refs:offset
33 time_t offset; member
88 static int test_gettime(clockid_t clock_index, bool raw_syscall, time_t offset) in test_gettime() argument
111 child_ts_new.tv_sec = parent_ts_old.tv_sec + offset; in test_gettime()
151 time_t offset; in main() local
169 offset = TEN_DAYS_IN_SEC + i * 1000; in main()
170 clocks[i].offset = offset; in main()
171 if (_settime(clocks[i].id, offset)) in main()
177 offset = clocks[clocks[i].off_id].offset; in main()
179 offset = clocks[i].offset; in main()
180 ret |= test_gettime(i, true, offset); in main()
181 ret |= test_gettime(i, false, offset); in main()