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

/external/compiler-rt/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
/external/libcxx/test/std/atomics/atomics.flag/
H A Datomic_flag_clear.pass.cpp16 // void atomic_flag_clear(volatile atomic_flag*);
17 // void atomic_flag_clear(atomic_flag*);
27 atomic_flag_clear(&f);
33 atomic_flag_clear(&f);
/external/clang/lib/Headers/
H A Dstdatomic.h175 void atomic_flag_clear(volatile atomic_flag *);
181 #define atomic_flag_clear(object) __c11_atomic_store(&(object)->_Value, 0, __ATOMIC_SEQ_CST) macro
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A Dstdatomic.h175 void atomic_flag_clear(volatile atomic_flag *);
181 #define atomic_flag_clear(object) __c11_atomic_store(&(object)->_Value, 0, __ATOMIC_SEQ_CST) macro
/external/compiler-rt/make/platform/
H A Ddarwin_bni.mk51 atomic_flag_clear atomic_flag_clear_explicit \
132 atomic_flag_clear atomic_flag_clear_explicit \
H A Dclang_macho_embedded.mk183 atomic_flag_clear \
H A Dclang_darwin.mk251 atomic_flag_clear \
/external/clang/test/Sema/
H A Datomic-ops.c252 if (old_val) atomic_flag_clear(&guard);
255 if (old_val) (atomic_flag_clear)(&guard); member in struct:s2
259 atomic_flag_clear(&const_guard); // expected-error {{address argument to atomic operation must be a pointer to non-const _Atomic type ('const atomic_bool *' (aka 'const _Atomic(_Bool) *') invalid)}}

Completed in 183 milliseconds