Searched refs:serial (Results 1 – 5 of 5) sorted by relevance
124 unsigned serial, len; in __system_property_read() local127 serial = pi->serial; in __system_property_read()128 while(SERIAL_DIRTY(serial)) { in __system_property_read()129 __futex_wait(&pi->serial, serial, 0); in __system_property_read()130 serial = pi->serial; in __system_property_read()132 len = SERIAL_VALUE_LEN(serial); in __system_property_read()134 if(serial == pi->serial) { in __system_property_read()160 n = pa->serial; in __system_property_wait()162 __futex_wait(&pa->serial, n, 0); in __system_property_wait()163 } while(n == pa->serial); in __system_property_wait()[all …]
53 unsigned volatile serial; member60 #define SERIAL_VALUE_LEN(serial) ((serial) >> 24) argument61 #define SERIAL_DIRTY(serial) ((serial) & 1) argument65 unsigned volatile serial; member
63 rt->_serial = rt->_pi->serial; in _res_thread_alloc()123 if (rt->_pi == NULL || rt->_serial == rt->_pi->serial) { in _res_thread_get()126 rt->_serial = rt->_pi->serial; in _res_thread_get()
72 __u8 serial[CAPI_SERIAL_LEN]; member
20 unsigned int serial; member