Searched defs:atomic_flag (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/libcxx/include/__atomic/ | ||
H A D | atomic_flag.h | 28 struct atomic_flag { argument |
/freebsd-src/contrib/llvm-project/clang/lib/Headers/ | ||
H A D | stdatomic.h | 167 typedef struct atomic_flag { atomic_bool _Value; } atomic_flag; global() typedef |
/freebsd-src/sys/sys/ | ||
H A D | stdatomic.h | 378 } atomic_flag; global() typedef |