Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
Datomic_lockfree_defines.h49 #define ATOMIC_BOOL_LOCK_FREE __GCC_ATOMIC_BOOL_LOCK_FREE macro
/netbsd/src/external/gpl3/gcc/dist/gcc/ginclude/
Dstdatomic.h98 #define ATOMIC_BOOL_LOCK_FREE __GCC_ATOMIC_BOOL_LOCK_FREE macro
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Datomic99 static constexpr bool is_always_lock_free = ATOMIC_BOOL_LOCK_FREE == 2;
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-2011625 * include/bits/atomic_base.h (ATOMIC_BOOL_LOCK_FREE,