Home
last modified time | relevance | path

Searched refs:old2 (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/arm/
Datomic-machine.h84 [old2] "r" (a_oldval2) \
110 [old2] "r" (a_oldval2) \
/glibc-2.36/malloc/
Dmalloc.c4528 mchunkptr old = *fb, old2; in _int_free() local
4546 old2 = old; in _int_free()
4549 while ((old = catomic_compare_and_exchange_val_rel (fb, p, old2)) in _int_free()
4550 != old2); in _int_free()