Home
last modified time | relevance | path

Searched defs:GetSysctl (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dsysinfo.cc171 bool GetSysctl(std::string const& Name, std::string* Out) { in GetSysctl() function
181 bool GetSysctl(std::string const& Name, Tp* Out) { in GetSysctl() function
190 bool GetSysctl(std::string const& Name, std::array<Tp, N>* Out) { in GetSysctl() function
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dsysinfo.cc173 bool GetSysctl(std::string const& Name, std::string* Out) { in GetSysctl() function
183 bool GetSysctl(std::string const& Name, Tp* Out) { in GetSysctl() function
192 bool GetSysctl(std::string const& Name, std::array<Tp, N>* Out) { in GetSysctl() function