Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/clock_gettime/
Dclock_gettime03.c38 static struct tst_ts now, then, parent_then; variable
65 if (tv->clock_gettime(tc->clk_id, tst_ts_get(&parent_then))) { in child()
81 diff = tst_ts_diff_ms(parent_then, now); in child()
116 now.type = then.type = parent_then.type = tv->ts_type; in setup()