Searched refs:__system_property_serial (Results 1 – 4 of 4) sorted by relevance
74 rt->_serial = __system_property_serial(rt->_pi); in _res_thread_alloc()138 if (rt->_serial == __system_property_serial(rt->_pi)) { in _res_thread_get()145 rt->_serial = __system_property_serial(rt->_pi); in _res_thread_get()
126 unsigned int __system_property_serial(const prop_info *pi);
304 serial = __system_property_serial(pi); in TEST()306 ASSERT_NE(serial, __system_property_serial(pi)); in TEST()
623 unsigned int __system_property_serial(const prop_info *pi) in __system_property_serial() function