We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1729b7a commit 114c868Copy full SHA for 114c868
libcxx/include/__atomic/atomic_sync.h
@@ -286,6 +286,7 @@ _LIBCPP_HIDE_FROM_ABI void __atomic_notify_all(const _AtomicWaitable& __a) {
286
static_assert(__atomic_waitable<_AtomicWaitable>::value, "");
287
std::__cxx_atomic_notify_all(__atomic_waitable_traits<__decay_t<_AtomicWaitable> >::__atomic_contention_address(__a));
288
}
289
+
290
# endif
291
292
# else // _LIBCPP_HAS_THREADS
0 commit comments