Searched refs:test_file_read (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.121.3/tools/tests/perf_index/ |
| H A D | test_file_helper.h | 10 int test_file_read(char* path, int thread_id, int num_threads, long long length, long long max_file…
|
| H A D | perfindex-file_read.c | 22 return test_file_read(tempdir, thread_id, num_threads, length, 0L);
|
| H A D | perfindex-ram_file_read.c | 23 return test_file_read(ramdisk_path, thread_id, num_threads, length, 0L);
|
| H A D | test_file_helper.c | 87 test_file_read(char* path, int thread_id, int num_threads, long long length, long long max_file_siz… in test_file_read() function
|