Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_binding.cc233 static std::atomic_bool has_cached_retval { false }; in libc_may_be_musl() local
234 if (has_cached_retval) return retval; in libc_may_be_musl()
236 has_cached_retval = true; in libc_may_be_musl()