Searched refs:RepeatSyscall (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/capsicum-test/ |
H A D | overhead.cc | 12 double RepeatSyscall(int count, int nr, long arg1, long arg2, long arg3) { in RepeatSyscall() function 25 double bare = RepeatSyscall(count, nr, arg1, arg2, arg3); in CompareSyscall() 27 double capmode = RepeatSyscall(count, nr, arg1, arg2, arg3); in CompareSyscall()
|