Searched refs:serial (Results 1 – 9 of 9) sorted by relevance
49 unsigned volatile serial; member63 unsigned volatile serial; member99 unsigned serial, len; in __system_property_read_compat() local103 serial = pi->serial; in __system_property_read_compat()104 while(SERIAL_DIRTY(serial)) { in __system_property_read_compat()105 __futex_wait((volatile void *)&pi->serial, serial, NULL); in __system_property_read_compat()106 serial = pi->serial; in __system_property_read_compat()108 len = SERIAL_VALUE_LEN(serial); in __system_property_read_compat()110 if(serial == pi->serial) { in __system_property_read_compat()
136 atomic_uint_least32_t *serial() { return &serial_; } in serial() function in prop_area174 atomic_uint_least32_t serial; member182 atomic_init(&this->serial, valuelen << 24); in prop_info()1075 return atomic_load_explicit(pa->serial(), memory_order_acquire); in __system_property_area_serial()1112 uint32_t serial = __system_property_serial(pi); // acquire semantics in __system_property_read() local1113 size_t len = SERIAL_VALUE_LEN(serial); in __system_property_read()1124 if (serial == in __system_property_read()1125 load_const_atomic(&(pi->serial), memory_order_relaxed)) { in __system_property_read()1178 uint32_t serial = atomic_load_explicit(&pi->serial, memory_order_relaxed); in __system_property_update() local1179 serial |= 1; in __system_property_update()[all …]
490 uint32_t serial; member502 uint32_t serial = __system_property_serial(cache->pinfo); in refresh_cache() local503 if (serial == cache->serial) { in refresh_cache()506 cache->serial = serial; in refresh_cache()529 static uint32_t serial; in __android_log_clockid() local531 if (current_serial != serial) { in __android_log_clockid()534 serial = current_serial; in __android_log_clockid()
49 #define SERIAL_VALUE_LEN(serial) ((serial) >> 24) argument50 #define SERIAL_DIRTY(serial) ((serial) & 1) argument156 unsigned int __system_property_wait_any(unsigned int serial);
340 TEST(properties, serial) { in TEST() argument345 unsigned int serial; in TEST() local349 serial = __system_property_serial(pi); in TEST()351 ASSERT_NE(serial, __system_property_serial(pi)); in TEST()361 unsigned int serial; in TEST() local367 serial = __system_property_wait_any(0); in TEST()371 serial = __system_property_wait_any(serial); in TEST()375 serial = __system_property_wait_any(serial); in TEST()
75 __u8 serial[CAPI_SERIAL_LEN]; member
30 char serial[40]; member
157 unsigned int serial; member
1338 uint32_t serial = __system_property_serial(pi); in tzset_unlocked() local1339 if (serial != s) { in tzset_unlocked()1341 s = serial; in tzset_unlocked()