Home
last modified time | relevance | path

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

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