Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/seccomp/
Dseccomp_bpf.c551 struct tms timebuf; in TEST_SIGNAL() local
552 clock_t clock = times(&timebuf); in TEST_SIGNAL()
561 EXPECT_LE(clock, syscall(__NR_times, &timebuf)); in TEST_SIGNAL()