Searched refs:__compiler_compare_and_swap (Results 1 – 2 of 2) sorted by relevance
18 return __compiler_compare_and_swap(p, oval, nval); in atomic_cas_uint()23 return __compiler_compare_and_swap(p, oval, nval); in atomic_cas_u32()
259 #define __compiler_compare_and_swap(p, oval, nval) \ macro
Completed in 4 milliseconds