Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dstdio_benchmark.cpp81 static void FopenFgetlnFclose(benchmark::State& state, bool no_locking) { in FopenFgetlnFclose() argument
86 if (no_locking) __fsetlocking(fp, FSETLOCKING_BYCALLER); in FopenFgetlnFclose()
105 static void FopenFgetsFclose(benchmark::State& state, bool no_locking) { in FopenFgetsFclose() argument
111 if (no_locking) __fsetlocking(fp, FSETLOCKING_BYCALLER); in FopenFgetsFclose()
128 static void FopenGetlineFclose(benchmark::State& state, bool no_locking) { in FopenGetlineFclose() argument
133 if (no_locking) __fsetlocking(fp, FSETLOCKING_BYCALLER); in FopenGetlineFclose()
153 static void FopenFgetcFclose(benchmark::State& state, bool no_locking) { in FopenFgetcFclose() argument
157 if (no_locking) __fsetlocking(fp, FSETLOCKING_BYCALLER); in FopenFgetcFclose()