Searched refs:t3576f95 (Results 1 – 1 of 1) sorted by relevance
3132 int t3576f95 = TEMP_FAILURE_RETRY(open("file152", O_RDONLY|O_LARGEFILE|O_CLOEXEC)); in BenchmarkRun() local3133 TEMP_FAILURE_RETRY(pread(t3576f95, buf, 1, 0)); in BenchmarkRun()3134 close(t3576f95); in BenchmarkRun()3189 t3576f95 = TEMP_FAILURE_RETRY(open("file152", O_RDONLY|O_LARGEFILE|O_CLOEXEC)); in BenchmarkRun()3190 TEMP_FAILURE_RETRY(pread(t3576f95, buf, 1, 0)); in BenchmarkRun()3191 close(t3576f95); in BenchmarkRun()