Searched refs:t3492f52 (Results 1 – 1 of 1) sorted by relevance
1545 int t3492f52 = TEMP_FAILURE_RETRY(open("file31", O_RDONLY|O_LARGEFILE|O_CLOEXEC)); in BenchmarkRun() local1546 TEMP_FAILURE_RETRY(pread(t3492f52, buf, 1, 0)); in BenchmarkRun()1547 close(t3492f52); in BenchmarkRun()1553 t3492f52 = TEMP_FAILURE_RETRY(open("file31", O_RDONLY|O_LARGEFILE|O_CLOEXEC)); in BenchmarkRun()1554 TEMP_FAILURE_RETRY(pread(t3492f52, buf, 1, 0)); in BenchmarkRun()1555 close(t3492f52); in BenchmarkRun()