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

/linux-master/arch/x86/include/asm/
H A Dcmpxchg.h224 #define __sync_try_cmpxchg(ptr, pold, new, size) \ macro
234 __sync_try_cmpxchg((ptr), (pold), (new), sizeof(*(ptr)))

Completed in 158 milliseconds