Searched refs:test_fault_helper (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.121.3/tools/tests/perf_index/ |
| H A D | Makefile | 37 $(DSTROOT)/perfindex-fault.dylib: $(OBJROOT)/test_fault_helper.o 38 $(DSTROOT)/perfindex-zfod.dylib: $(OBJROOT)/test_fault_helper.o
|
| H A D | perfindex-fault.c | 9 return test_fault_helper(thread_id, num_threads, length, TESTFAULT);
|
| H A D | perfindex-zfod.c | 9 return test_fault_helper(thread_id, num_threads, length, TESTZFOD);
|
| H A D | test_fault_helper.h | 10 int test_fault_helper(int thread_id, int num_threads, long long length, testtype_t testtype);
|
| H A D | test_fault_helper.c | 43 test_fault_helper(int thread_id, int num_threads, long long length, testtype_t testtype) in test_fault_helper() function
|