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

  /system/core/include/cutils/
atomic.h 97 int32_t android_atomic_swap(int32_t value, volatile int32_t* addr);
atomic-x86.h 93 extern inline int32_t android_atomic_swap(int32_t new_value, function
atomic-arm.h 134 extern int32_t android_atomic_swap(int32_t new_value,
137 extern inline int32_t android_atomic_swap(int32_t new_value, function
152 extern inline int32_t android_atomic_swap(int32_t new_value, function
  /dalvik/vm/test/
AtomicTest.c 348 int oldSwap = android_atomic_swap(0x22222222, &swapTest);
349 int oldSwap2 = android_atomic_swap(0x33333333, &swapTest);

Completed in 166 milliseconds