Home
last modified time | relevance | path

Searched defs:new_serial (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/system_properties/
Dsystem_properties.cpp186 uint32_t new_serial = load_const_atomic(&pi->serial, memory_order_acquire); in ReadMutablePropertyValue() local
319 int new_serial = (len << 24) | ((serial + 1) & 0xffffff); in Update() local
417 uint32_t new_serial; in WaitAny() local
441 uint32_t new_serial; in Wait() local
/bionic/tests/
Dsystem_properties_test.cpp475 uint32_t new_serial; in TEST() local