HomeSort by relevance Sort by last modified time
    Searched refs:__compare_and_swap (Results 1 - 3 of 3) sorted by null

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
queue.h 112 if (__compare_and_swap(&_M_borders, __former_borders,
139 if (__compare_and_swap(&_M_borders, __former_borders,
compatibility.h 108 __compare_and_swap(volatile _Tp* __ptr, _Tp __comparand, _Tp __replacement) function in namespace:__gnu_parallel
partition.h 231 && __compare_and_swap(&(__reserved_left[__r]), 0, 1))
254 && __compare_and_swap(&(__reserved_right[__r]), 0, 1))

Completed in 121 milliseconds