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

/netbsd-6-1-5-RELEASE/sys/arch/ia64/include/
H A Datomic.h78 ia64_cmpxchg_rel_64(volatile uint64_t* p, uint64_t cmpval, uint64_t newval) function
309 return (ia64_cmpxchg_rel_64(p, cmpval, newval) == cmpval);

Completed in 108 milliseconds