]>
git.saurik.com Git - apple/xnu.git/blob - tests/counter/common.c
2 #include <sys/sysctl.h>
3 #include <sys/kern_sysctl.h>
5 #include "counter/common.h"
8 init_scalable_counter_test()
13 result
= sysctlbyname("kern.scalable_counter_test_start", NULL
, NULL
, &value
, sizeof(value
));
18 fini_scalable_counter_test()
22 result
= sysctlbyname("kern.scalable_counter_test_finish", NULL
, NULL
, &value
, sizeof(value
));