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

  /system/core/base/
properties.cpp 135 unsigned global_serial = 0; local
141 if (!__system_property_wait(nullptr, global_serial, &global_serial, &ts)) return nullptr;
  /system/core/liblog/
properties.c 113 static uint32_t global_serial; local
142 if (current_global_serial != global_serial) {
246 global_serial = current_global_serial;

Completed in 230 milliseconds