Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/pcm/
H A Dpcm_dmix_generic.c37 #define ARCH_CMPXCHG(ptr,o,n)\
45 #define ARCH_CMPXCHG(p,a,b) (*(p)) /* fake */ macro
60 if (ARCH_CMPXCHG(dst, 0, 1) == 0) in mix_areas_16()
91 if (ARCH_CMPXCHG(dst, 0, 1) == 0) in mix_areas_32()

Completed in 2 milliseconds