Home
last modified time | relevance | path

Searched defs:old_serial (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/bionic/libc/bionic/
H A Dsystem_property_api.cpp113 uint32_t __system_property_wait_any(uint32_t old_serial) { in __system_property_wait_any()
118 bool __system_property_wait(const prop_info* pi, uint32_t old_serial, uint32_t* new_serial_ptr, in __system_property_wait()
H A Dpthread_rwlock.cpp321 int old_serial = rwlock->pending_reader_wakeup_serial; in __pthread_rwlock_timedrdlock() local
388 int old_serial = rwlock->pending_writer_wakeup_serial; in __pthread_rwlock_timedwrlock() local
/aosp_15_r20/bionic/libc/system_properties/
H A Dsystem_properties.cpp416 uint32_t SystemProperties::WaitAny(uint32_t old_serial) { in WaitAny()
422 bool SystemProperties::Wait(const prop_info* pi, uint32_t old_serial, uint32_t* new_serial_ptr, in Wait()
/aosp_15_r20/external/selinux/libsemanage/src/
H A Ddatabase_llist.c310 int old_serial = dbase->cache_serial; in dbase_llist_clear() local
/aosp_15_r20/system/libbase/
H A Dproperties.cpp338 uint32_t old_serial = cached_property_serial_.value_or(0); in WaitForChange() local