Searched refs:m_val (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sync/
H A Dcpp_atomic_ops_linkable.cc43 ATest() : m_val(0)
45 m_val.exchange(std::atomic<T>(8));
46 m_val--;
47 m_val++;
48 m_val ^= 0x0f;
49 m_val &= 0x0f;
50 m_val |= 2;
53 m_val.compare_exchange_weak(tval, other,
58 volatile std::atomic<T> m_val; member in class:ATest

Completed in 105 milliseconds