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

/freebsd-12-stable/contrib/ntp/lib/isc/powerpc/include/isc/
H A Datomic.h89 if (compare_and_swap(p, &orig, new))
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.h246 // compare_and_swap template (general template should NOT be used)
248 static __forceinline kmp_int32 compare_and_swap(volatile T *p, T c, T s);
251 __forceinline kmp_int32 compare_and_swap<kmp_int32>(volatile kmp_int32 *p, function
257 __forceinline kmp_int32 compare_and_swap<kmp_int64>(volatile kmp_int64 *p, function
H A Dkmp_dispatch.cpp1556 if (compare_and_swap<ST>(RCAST(volatile ST *, &sh->u.s.iteration),
1629 if (compare_and_swap<ST>(RCAST(volatile ST *, &sh->u.s.iteration),

Completed in 179 milliseconds