Home
last modified time | relevance | path

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

/external/compiler-rt/lib/builtins/
Datomic_flag_clear.c23 void atomic_flag_clear(volatile atomic_flag *object) { in atomic_flag_clear() function
/external/cronet/buildtools/third_party/libc++/trunk/include/__atomic/
Datomic_flag.h144 atomic_flag_clear(volatile atomic_flag* __o) _NOEXCEPT in atomic_flag_clear() function
151 atomic_flag_clear(atomic_flag* __o) _NOEXCEPT in atomic_flag_clear() function
/external/clang/lib/Headers/
Dstdatomic.h181 #define atomic_flag_clear(object) __c11_atomic_store(&(object)->_Value, 0, __ATOMIC_SEQ_CST) macro
/external/elfutils/lib/
Dstdatomic-fbsd.h435 atomic_flag_clear(volatile atomic_flag *__object) in atomic_flag_clear() function