Searched defs:atomic_flag_clear_explicit (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Datomic_flag_clear_explicit.c20 #undef atomic_flag_clear_explicit macro
21 void atomic_flag_clear_explicit(volatile atomic_flag *object, function
/freebsd-11-stable/sys/sys/
H A Dstdatomic.h388 atomic_flag_clear_explicit(volatile atomic_flag *__object, memory_order __order) function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h168 #define atomic_flag_clear_explicit(object, order) __c11_atomic_store(&(object)->_Value, 0, order) macro

Completed in 120 milliseconds