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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Datomic_flag_clear.c1 /*===-- atomic_flag_clear.c -------------------------------------------------===
10 * This file implements atomic_flag_clear from C11's stdatomic.h.
22 #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.h161 void atomic_flag_clear(volatile atomic_flag *);
167 #define atomic_flag_clear(object) __c11_atomic_store(&(object)->_Value, 0, __ATOMIC_SEQ_CST) macro
H A Dopencl-c.h13551 // atomic_flag_test_and_set() and atomic_flag_clear()
13556 void __ovld atomic_flag_clear(volatile atomic_flag *object);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dstdatomic.h238 extern void atomic_flag_clear (volatile atomic_flag *);
239 #define atomic_flag_clear(PTR) __atomic_clear ((PTR), __ATOMIC_SEQ_CST) macro
/netbsd-current/external/gpl3/gcc/dist/gcc/ginclude/
H A Dstdatomic.h238 extern void atomic_flag_clear (volatile atomic_flag *);
239 #define atomic_flag_clear(PTR) __atomic_clear ((PTR), __ATOMIC_SEQ_CST) macro
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dstdatomic.h122 using std::atomic_flag_clear;

Completed in 207 milliseconds