Searched defs:__atomic_cmpxchg (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/arch-sh/bionic/
H A Datomic_cmpxchg.S29 .type __atomic_cmpxchg, @function
30 .globl __atomic_cmpxchg
33 __atomic_cmpxchg: label
/bionic/libc/arch-arm/bionic/
H A Datomics_arm.S31 .global __atomic_cmpxchg
32 .type __atomic_cmpxchg, %function
75 __atomic_cmpxchg: label
146 __atomic_cmpxchg: label
/bionic/libc/arch-x86/bionic/
H A Datomics_x86.S77 /* 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/
H A Datomics_x86.c63 int __atomic_cmpxchg(int old, int new, volatile int* addr) { function

Completed in 170 milliseconds