Home | History | Annotate | Download | only in linux

Lines Matching refs:timebuf

454 	struct tms timebuf;
455 clock_t clock = times(&timebuf);
464 EXPECT_LE(clock, syscall(__NR_times, &timebuf));