Home
last modified time | relevance | path

Searched refs:test_fault_helper (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.121.3/tools/tests/perf_index/
H A DMakefile37 $(DSTROOT)/perfindex-fault.dylib: $(OBJROOT)/test_fault_helper.o
38 $(DSTROOT)/perfindex-zfod.dylib: $(OBJROOT)/test_fault_helper.o
H A Dperfindex-fault.c9 return test_fault_helper(thread_id, num_threads, length, TESTFAULT);
H A Dperfindex-zfod.c9 return test_fault_helper(thread_id, num_threads, length, TESTZFOD);
H A Dtest_fault_helper.h10 int test_fault_helper(int thread_id, int num_threads, long long length, testtype_t testtype);
H A Dtest_fault_helper.c43 test_fault_helper(int thread_id, int num_threads, long long length, testtype_t testtype) in test_fault_helper() function