Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Datomic_wait.h145 inline constexpr auto __atomic_spin_count_relax = 12; in _GLIBCXX_VISIBILITY() local
165 if (__i < __atomic_spin_count_relax) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog2638 (__detail::__atomic_spin_count_relax): Declare inline.