Searched refs:atomic_u16 (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
D | atomic_test.cpp | 56 checkStoreLoad<atomic_u16, memory_order_relaxed, memory_order_relaxed>(); in TEST() 57 checkStoreLoad<atomic_u16, memory_order_consume, memory_order_relaxed>(); in TEST() 58 checkStoreLoad<atomic_u16, memory_order_acquire, memory_order_relaxed>(); in TEST() 59 checkStoreLoad<atomic_u16, memory_order_relaxed, memory_order_release>(); in TEST() 60 checkStoreLoad<atomic_u16, memory_order_seq_cst, memory_order_seq_cst>(); in TEST() 95 checkAtomicCompareExchange<atomic_u16>(); in TEST()
|
/external/scudo/standalone/tests/ |
D | atomic_test.cpp | 56 checkStoreLoad<atomic_u16, memory_order_relaxed, memory_order_relaxed>(); in TEST() 57 checkStoreLoad<atomic_u16, memory_order_consume, memory_order_relaxed>(); in TEST() 58 checkStoreLoad<atomic_u16, memory_order_acquire, memory_order_relaxed>(); in TEST() 59 checkStoreLoad<atomic_u16, memory_order_relaxed, memory_order_release>(); in TEST() 60 checkStoreLoad<atomic_u16, memory_order_seq_cst, memory_order_seq_cst>(); in TEST() 95 checkAtomicCompareExchange<atomic_u16>(); in TEST()
|
/external/rust/crates/tokio/src/loom/std/ |
D | mod.rs | 4 mod atomic_u16; module 71 pub(crate) use crate::loom::std::atomic_u16::AtomicU16;
|
/external/scudo/standalone/ |
D | atomic_helpers.h | 36 struct atomic_u16 { struct
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | atomic_helpers.h | 36 struct atomic_u16 { struct
|