Searched refs:t3492f40 (Results 1 – 1 of 1) sorted by relevance
1115 int t3492f40 = TEMP_FAILURE_RETRY(open("file31", O_RDONLY|O_LARGEFILE|O_CLOEXEC)); in BenchmarkRun() local1116 TEMP_FAILURE_RETRY(pread(t3492f40, buf, 1, 0)); in BenchmarkRun()1117 close(t3492f40); in BenchmarkRun()