Searched refs:timebuf (Results 1 – 1 of 1) sorted by relevance
551 struct tms timebuf; in TEST_SIGNAL() local552 clock_t clock = times(&timebuf); in TEST_SIGNAL()561 EXPECT_LE(clock, syscall(__NR_times, &timebuf)); in TEST_SIGNAL()