Searched refs:off_p (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/system_properties/include/system_properties/
H A Dprop_area.h134 prop_bt* to_prop_bt(atomic_uint_least32_t* off_p);
135 prop_info* to_prop_info(atomic_uint_least32_t* off_p);
/bionic/libc/system_properties/
H A Dprop_area.cpp203 inline prop_bt* prop_area::to_prop_bt(atomic_uint_least32_t* off_p) { argument
204 uint_least32_t off = atomic_load_explicit(off_p, memory_order_consume);
208 inline prop_info* prop_area::to_prop_info(atomic_uint_least32_t* off_p) { argument
209 uint_least32_t off = atomic_load_explicit(off_p, memory_order_consume);

Completed in 40 milliseconds