Home
last modified time | relevance | path

Searched refs:serial (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/bionic/
Dsystem_properties.c124 unsigned serial, len; in __system_property_read() local
127 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 …]
/bionic/libc/include/sys/
D_system_properties.h53 unsigned volatile serial; member
60 #define SERIAL_VALUE_LEN(serial) ((serial) >> 24) argument
61 #define SERIAL_DIRTY(serial) ((serial) & 1) argument
65 unsigned volatile serial; member
/bionic/libc/netbsd/resolv/
Dres_state.c63 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()
/bionic/libc/kernel/common/linux/
Dcapi.h72 __u8 serial[CAPI_SERIAL_LEN]; member
/bionic/libc/kernel/common/linux/mmc/
Dcard.h20 unsigned int serial; member