Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsystem_property_api.cpp107 uint32_t __system_property_wait_any(uint32_t old_serial) { in __system_property_wait_any()
112 bool __system_property_wait(const prop_info* pi, uint32_t old_serial, uint32_t* new_serial_ptr, in __system_property_wait()
Dpthread_rwlock.cpp320 int old_serial = rwlock->pending_reader_wakeup_serial; in __pthread_rwlock_timedrdlock() local
387 int old_serial = rwlock->pending_writer_wakeup_serial; in __pthread_rwlock_timedwrlock() local
/bionic/libc/system_properties/
Dsystem_properties.cpp307 uint32_t SystemProperties::WaitAny(uint32_t old_serial) { in WaitAny()
313 bool SystemProperties::Wait(const prop_info* pi, uint32_t old_serial, uint32_t* new_serial_ptr, in Wait()