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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DAtomics.h119 ALWAYS_INLINE int acquireLoad(volatile const int* ptr) function in namespace:WTF
129 ALWAYS_INLINE unsigned acquireLoad(volatile const unsigned* ptr) function in namespace:WTF
168 ALWAYS_INLINE int acquireLoad(volatile const int* ptr) function in namespace:WTF
181 ALWAYS_INLINE unsigned acquireLoad(volatile const unsigned* ptr) function in namespace:WTF
227 return acquireLoad(ptr);
240 using WTF::acquireLoad;

Completed in 225 milliseconds