Home
last modified time | relevance | path

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

/tools/testing/selftests/seccomp/
Dseccomp_bpf.c454 struct tms timebuf; in TEST_SIGNAL() local
455 clock_t clock = times(&timebuf); in TEST_SIGNAL()
464 EXPECT_LE(clock, syscall(__NR_times, &timebuf)); in TEST_SIGNAL()