Home
last modified time | relevance | path

Searched refs:atomic_uint_least32_t (Results 1 – 8 of 8) sorted by relevance

/bionic/libc/system_properties/include/system_properties/
Dprop_area.h73 atomic_uint_least32_t prop;
75 atomic_uint_least32_t left;
76 atomic_uint_least32_t right;
78 atomic_uint_least32_t children;
130 atomic_uint_least32_t* serial() { in serial()
151 prop_bt* to_prop_bt(atomic_uint_least32_t* off_p);
152 prop_info* to_prop_info(atomic_uint_least32_t* off_p);
172 atomic_uint_least32_t serial_;
Dprop_info.h39 static inline uint_least32_t load_const_atomic(const atomic_uint_least32_t* s, memory_order mo) { in load_const_atomic()
40 atomic_uint_least32_t* non_const_s = const_cast<atomic_uint_least32_t*>(s); in load_const_atomic()
58 atomic_uint_least32_t serial;
/bionic/tests/
Dstdatomic_test.cpp187 atomic_uint_least32_t x;
190 atomic_uint_least32_t y;
192 atomic_uint_least32_t z;
/bionic/libc/system_properties/
Dsystem_properties.cpp321 atomic_uint_least32_t* serial_ptr; in Wait()
334 serial_ptr = const_cast<atomic_uint_least32_t*>(&pi->serial); in Wait()
Dprop_area.cpp203 inline prop_bt* prop_area::to_prop_bt(atomic_uint_least32_t* off_p) { in to_prop_bt()
208 inline prop_info* prop_area::to_prop_info(atomic_uint_least32_t* off_p) { in to_prop_info()
/bionic/libc/include/
Dstdatomic.h110 using std::atomic_uint_least32_t;
/bionic/libc/bionic/
Dsystem_property_set.cpp225 static atomic_uint_least32_t g_propservice_protocol_version = 0;
/bionic/libc/include/bits/
Dstdatomic.h181 typedef _Atomic(uint_least32_t) atomic_uint_least32_t; typedef