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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dcompatibility.h217 __cas64(volatile int64_t *__ptr, int64_t __old, int64_t __nw) function in namespace:__gnu_parallel
287 return __cas64<int>(__ptr, __comparand, __replacement) == __comparand;

Completed in 103 milliseconds