Home
last modified time | relevance | path

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

/bionic/libc/dns/resolv/
Dres_state.c75 rt->_serial = __system_property_serial(rt->_pi); in _res_thread_alloc()
139 if (rt->_serial == __system_property_serial(rt->_pi)) { in _res_thread_get()
146 rt->_serial = __system_property_serial(rt->_pi); in _res_thread_get()
/bionic/libc/include/sys/
D_system_properties.h126 unsigned int __system_property_serial(const prop_info *pi);
/bionic/benchmarks/
Dproperty_benchmark.cpp227 __system_property_serial(pinfo[i]); in BM_property_serial()
/bionic/tests/
Dsystem_properties_test.cpp352 serial = __system_property_serial(pi); in TEST()
354 ASSERT_NE(serial, __system_property_serial(pi)); in TEST()
/bionic/libc/bionic/
Dsystem_properties.cpp608 uint32_t serial = __system_property_serial(pi); in __system_property_read()
696 unsigned int __system_property_serial(const prop_info *pi) in __system_property_serial() function