HomeSort by relevance Sort by last modified time
    Searched refs:__system_property_wait (Results 1 - 4 of 4) sorted by null

  /bionic/libc/include/sys/
system_properties.h 85 bool __system_property_wait(const prop_info* __pi, uint32_t __old_serial, uint32_t* __new_serial_ptr, const struct timespec* __relative_timeout)
  /bionic/libc/bionic/
system_property_api.cpp 114 bool __system_property_wait(const prop_info* pi, uint32_t old_serial, uint32_t* new_serial_ptr, function
  /system/core/base/
properties.cpp 145 if (!__system_property_wait(nullptr, global_serial, &global_serial, &ts)) return nullptr;
168 if (!__system_property_wait(pi, data.last_read_serial, &unused, &ts)) return false;
  /bionic/tests/
system_properties_test.cpp 382 TEST(properties, __system_property_wait) {

Completed in 132 milliseconds