Searched refs:CompareSyscall (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/capsicum-test/
H A Doverhead.cc23 double CompareSyscall(EntryFn entry_fn, int count, int nr, function
38 EXPECT_GT(10, CompareSyscall(&cap_enter, 10000, __NR_gettid, 0, 0, 0));
42 EXPECT_GT(50, CompareSyscall(&cap_enter, 10000, __NR_lseek, fd, 0, SEEK_SET));

Completed in 108 milliseconds