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

/haiku/src/tests/system/benchmarks/
H A Dsyscallbench.c28 static unsigned long test_func(int (*func)(void)) function
55 overhead = test_func(&null_func);
56 libcall = test_func((void *)&getpid); // getpid is currently implemented as a library function returning the value of a global
57 syscall = test_func((void *)&is_computer_on);

Completed in 45 milliseconds