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

  /bionic/libc/arch-sh/bionic/
atomic_cmpxchg.S 29 .type __atomic_cmpxchg, @function
30 .globl __atomic_cmpxchg
33 __atomic_cmpxchg: label
  /bionic/libc/arch-arm/bionic/
atomics_arm.S 31 .global __atomic_cmpxchg
32 .type __atomic_cmpxchg, %function
75 __atomic_cmpxchg: label
146 __atomic_cmpxchg: label
  /bionic/libc/arch-x86/bionic/
atomics_x86.S 77 /* int __atomic_cmpxchg(int old, int new, volatile int* addr) */
80 .globl __atomic_cmpxchg
81 .type __atomic_cmpxchg, @function
83 __atomic_cmpxchg: label
134 call __atomic_cmpxchg
163 call __atomic_cmpxchg
  /bionic/libc/bionic/
atomics_x86.c 63 int __atomic_cmpxchg(int old, int new, volatile int* addr) { function

Completed in 175 milliseconds