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

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dqueue.h112 if (__compare_and_swap(&_M_borders, __former_borders,
139 if (__compare_and_swap(&_M_borders, __former_borders,
H A Dcompatibility.h108 __compare_and_swap(volatile _Tp* __ptr, _Tp __comparand, _Tp __replacement) function in namespace:__gnu_parallel
H A Dpartition.h231 && __compare_and_swap(&(__reserved_left[__r]), 0, 1))
254 && __compare_and_swap(&(__reserved_right[__r]), 0, 1))
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dqueue.h112 if (__compare_and_swap(&_M_borders, __former_borders,
139 if (__compare_and_swap(&_M_borders, __former_borders,
H A Dcompatibility.h108 __compare_and_swap(volatile _Tp* __ptr, _Tp __comparand, _Tp __replacement) function in namespace:__gnu_parallel
H A Dpartition.h231 && __compare_and_swap(&(__reserved_left[__r]), 0, 1))
254 && __compare_and_swap(&(__reserved_right[__r]), 0, 1))

Completed in 274 milliseconds