Home
last modified time | relevance | path

Searched defs:called_once (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Ddiagnostics_test.cc46 static bool called_once = false; in BM_diagnostic_test() local
62 static bool called_once = false; in BM_diagnostic_test_keep_running() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Ddiagnostics_test.cc46 static bool called_once = false; in BM_diagnostic_test() local
62 static bool called_once = false; in BM_diagnostic_test_keep_running() local
/netbsd-src/tests/lib/libpthread/
H A Dt_call_once.c53 called_once(void) in called_once() function