HomeSort by relevance Sort by last modified time
    Searched defs:compare_and_swap (Results 1 - 2 of 2) sorted by null

  /art/runtime/
atomic_integer.h 73 bool compare_and_swap(int32_t expected_value, int32_t desired_value) { function in class:art::AtomicInteger
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
compatibility.h 327 compare_and_swap(volatile T* ptr, T comparand, T replacement) function in namespace:__gnu_parallel

Completed in 201 milliseconds