Searched defs:atomic_flag_clear (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Datomic_flag_clear.c22 #undef atomic_flag_clear macro
23 void atomic_flag_clear(volatile atomic_flag *object) { function
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dstdatomic.h167 #define atomic_flag_clear(object) __c11_atomic_store(&(object)->_Value, 0, __ATOMIC_SEQ_CST) macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dstdatomic.h239 #define atomic_flag_clear(PTR) __atomic_clear ((PTR), __ATOMIC_SEQ_CST) macro
/netbsd-current/external/gpl3/gcc/dist/gcc/ginclude/
H A Dstdatomic.h239 #define atomic_flag_clear(PTR) __atomic_clear ((PTR), __ATOMIC_SEQ_CST) macro

Completed in 147 milliseconds