]> git.saurik.com Git - apple/xnu.git/blobdiff - tools/tests/perf_index/PerfIndex_COPS_Module/PITest.h
xnu-4903.270.47.tar.gz
[apple/xnu.git] / tools / tests / perf_index / PerfIndex_COPS_Module / PITest.h
index 7722852d935bfb1cf6ed17659e360d35620c84b0..dc1392ca613d6bf1836c4f6baf50b75d6c0b2263 100644 (file)
 
 @interface PITest : NSObject <HGTest>
 {
-    int (*setup_func)(int, long long, int, void**);
-    int (*execute_func)(int, int, long long, int, void**);
-    void (*cleanup_func)(int, long long);
+       int (*setup_func)(int, long long, int, void**);
+       int (*execute_func)(int, int, long long, int, void**);
+       void (*cleanup_func)(int, long long);
 
-    long long length;
-    int numThreads;
-    int readyThreadCount;
-    int testArgc;
-    void** testArgv;
-    pthread_mutex_t readyThreadCountLock;
-    pthread_cond_t threadsReadyCvar;
-    pthread_cond_t startCvar;
-    pthread_t* threads;
+       long long length;
+       int numThreads;
+       int readyThreadCount;
+       int testArgc;
+       void** testArgv;
+       pthread_mutex_t readyThreadCountLock;
+       pthread_cond_t threadsReadyCvar;
+       pthread_cond_t startCvar;
+       pthread_t* threads;
 }
 
 @property NSString* testName;