Searched refs:atomic_cmpxchg_u64_relaxed (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/kernel/lib/libc/
H A Drand.c23 if (atomic_cmpxchg_u64_relaxed(&randseed, &old_seed, new_seed)) {
/fuchsia/zircon/kernel/include/kernel/
H A Datomic.h191 static inline bool atomic_cmpxchg_u64_relaxed(volatile uint64_t* ptr, uint64_t* oldval, function

Completed in 74 milliseconds