Searched refs:atomic_u8 (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
D | atomic_test.cpp | 50 checkStoreLoad<atomic_u8, memory_order_relaxed, memory_order_relaxed>(); in TEST() 51 checkStoreLoad<atomic_u8, memory_order_consume, memory_order_relaxed>(); in TEST() 52 checkStoreLoad<atomic_u8, memory_order_acquire, memory_order_relaxed>(); in TEST() 53 checkStoreLoad<atomic_u8, memory_order_relaxed, memory_order_release>(); in TEST() 54 checkStoreLoad<atomic_u8, memory_order_seq_cst, memory_order_seq_cst>(); in TEST() 94 checkAtomicCompareExchange<atomic_u8>(); in TEST()
|
/external/scudo/standalone/tests/ |
D | atomic_test.cpp | 50 checkStoreLoad<atomic_u8, memory_order_relaxed, memory_order_relaxed>(); in TEST() 51 checkStoreLoad<atomic_u8, memory_order_consume, memory_order_relaxed>(); in TEST() 52 checkStoreLoad<atomic_u8, memory_order_acquire, memory_order_relaxed>(); in TEST() 53 checkStoreLoad<atomic_u8, memory_order_relaxed, memory_order_release>(); in TEST() 54 checkStoreLoad<atomic_u8, memory_order_seq_cst, memory_order_seq_cst>(); in TEST() 94 checkAtomicCompareExchange<atomic_u8>(); in TEST()
|
/external/rust/crates/tokio/src/loom/std/ |
D | mod.rs | 7 mod atomic_u8; module 74 pub(crate) use crate::loom::std::atomic_u8::AtomicU8;
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | tsd_exclusive.h | 106 atomic_u8 Disabled;
|
D | atomic_helpers.h | 31 struct atomic_u8 { struct
|
/external/scudo/standalone/ |
D | tsd_exclusive.h | 113 atomic_u8 Disabled = {};
|
D | atomic_helpers.h | 31 struct atomic_u8 { struct
|
D | linux.cpp | 109 static atomic_u8 Cache; in madviseNeedsMemsetCached()
|