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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Datomic_flag_clear.c1 //===-- atomic_flag_clear.c -----------------------------------------------===//
9 // This file implements atomic_flag_clear from C11's stdatomic.h.
20 #undef atomic_flag_clear macro
21 void atomic_flag_clear(volatile atomic_flag *object) { function
/freebsd-11-stable/contrib/llvm-project/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.h13686 // atomic_flag_test_and_set() and atomic_flag_clear()
13691 void __ovld atomic_flag_clear(volatile atomic_flag *object);
/freebsd-11-stable/sys/sys/
H A Dstdatomic.h404 atomic_flag_clear(volatile atomic_flag *__object) function

Completed in 76 milliseconds