xref: /xnu-8020.140.41/tools/tests/perf_index/perf_index.h (revision 27b03b360a988dfd3dfdf34262bb0042026747cc)
1*27b03b36SApple OSS Distributions #ifndef __PERF_INDEX_H_
2*27b03b36SApple OSS Distributions #define __PERF_INDEX_H_
3*27b03b36SApple OSS Distributions 
4*27b03b36SApple OSS Distributions #define DECL_SETUP int setup(int num_threads, long long length, int test_argc, const void** test_argv)
5*27b03b36SApple OSS Distributions #define DECL_TEST int execute(int thread_id, int num_threads, long long length, int test_argc, const void** test_argv)
6*27b03b36SApple OSS Distributions #define DECL_CLEANUP int cleanup(int num_threads, long long length)
7*27b03b36SApple OSS Distributions 
8*27b03b36SApple OSS Distributions char* error_str = "";
9*27b03b36SApple OSS Distributions 
10*27b03b36SApple OSS Distributions #endif
11