Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Datomic_flag_clear_explicit.c21 void atomic_flag_clear_explicit(volatile atomic_flag *object, in atomic_flag_clear_explicit() function
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h196 #define atomic_flag_clear_explicit(object, order) __c11_atomic_store(&(object)->_Value, 0, order) macro
/freebsd/sys/sys/
H A Dstdatomic.h390 atomic_flag_clear_explicit(volatile atomic_flag *__object, memory_order __order) in atomic_flag_clear_explicit() function