Searched defs:weakCompareAndSwap (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/WTF-7600.1.24/wtf/
H A DAtomics.h75 inline bool weakCompareAndSwap(volatile unsigned* location, unsigned expected, unsigned newValue) function in namespace:WTF
84 inline bool weakCompareAndSwap(void*volatile* location, void* expected, void* newValue) function in namespace:WTF
287 inline bool weakCompareAndSwap(uint8_t* location, uint8_t expected, uint8_t newValue) function in namespace:WTF

Completed in 74 milliseconds