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

/vbox/include/iprt/
H A Dasm.h1204 * @param pi64Old Pointer store the old value at.
1206 DECLINLINE(bool) ASMAtomicCmpXchgExS64(volatile int64_t *pi64, const int64_t i64, const int64_t i64Old, int64_t *pi64Old) argument
1208 return ASMAtomicCmpXchgExU64((volatile uint64_t *)pi64, (uint64_t)i64, (uint64_t)i64Old, (uint64_t *)pi64Old);

Completed in 53 milliseconds