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