Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dguard.cc258 const int guard_bit = _GLIBCXX_GUARD_BIT; in __cxa_guard_acquire() local
273 if (expected == guard_bit) in __cxa_guard_acquire()
287 if (expected == guard_bit) in __cxa_guard_acquire()
396 const int guard_bit = _GLIBCXX_GUARD_BIT; in __cxa_guard_release() local
398 int old = __atomic_exchange_n (gi, guard_bit, __ATOMIC_ACQ_REL); in __cxa_guard_release()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dguard.cc275 const int guard_bit = _GLIBCXX_GUARD_BIT; in __cxa_guard_acquire() local
290 if (expected == guard_bit) in __cxa_guard_acquire()
304 if (expected == guard_bit) in __cxa_guard_acquire()
428 const int guard_bit = _GLIBCXX_GUARD_BIT; in __cxa_guard_release() local
430 int old = __atomic_exchange_n (gi, guard_bit, __ATOMIC_ACQ_REL); in __cxa_guard_release()
/netbsd-src/sys/arch/m68k/fpsp/
H A Dfpsp.h186 guard_bit equ 1 ;guard bit is bit number 1