Searched defs:my_serial (Results 1 - 1 of 1) sorted by path

/bionic/libc/bionic/
H A Dsystem_properties.cpp1252 uint32_t my_serial; local
1260 my_serial = atomic_load_explicit(pa->serial(), memory_order_acquire);
1261 } while (my_serial == serial);
1263 return my_serial;

Completed in 45 milliseconds