Lines Matching refs:zend_atomic_bool
45 } zend_atomic_bool; typedef
56 } zend_atomic_bool; typedef
63 } zend_atomic_bool; typedef
98 static zend_always_inline bool zend_atomic_bool_exchange_ex(zend_atomic_bool *obj, bool desired) {
106 static zend_always_inline bool zend_atomic_bool_compare_exchange_ex(zend_atomic_bool *obj, bool *ex… in zend_atomic_bool_compare_exchange_ex()
127 static zend_always_inline bool zend_atomic_bool_load_ex(zend_atomic_bool *obj) { in zend_atomic_bool_load_ex()
137 static zend_always_inline void zend_atomic_bool_store_ex(zend_atomic_bool *obj, bool desired) { in zend_atomic_bool_store_ex()
153 static zend_always_inline bool zend_atomic_bool_exchange_ex(zend_atomic_bool *obj, bool desired) {
161 static zend_always_inline bool zend_atomic_bool_compare_exchange_ex(zend_atomic_bool *obj, bool *ex…
169 static zend_always_inline bool zend_atomic_bool_load_ex(const zend_atomic_bool *obj) {
177 static zend_always_inline void zend_atomic_bool_store_ex(zend_atomic_bool *obj, bool desired) {
195 static zend_always_inline bool zend_atomic_bool_exchange_ex(zend_atomic_bool *obj, bool desired) {
207 static zend_always_inline bool zend_atomic_bool_compare_exchange_ex(zend_atomic_bool *obj, bool *ex…
215 static zend_always_inline bool zend_atomic_bool_load_ex(const zend_atomic_bool *obj) {
227 static zend_always_inline void zend_atomic_bool_store_ex(zend_atomic_bool *obj, bool desired) {
243 static zend_always_inline bool zend_atomic_bool_exchange_ex(zend_atomic_bool *obj, bool desired) {
263 static zend_always_inline bool zend_atomic_bool_compare_exchange_ex(zend_atomic_bool *obj, bool *ex…
283 static zend_always_inline bool zend_atomic_bool_load_ex(zend_atomic_bool *obj) {
293 static zend_always_inline void zend_atomic_bool_store_ex(zend_atomic_bool *obj, bool desired) {
315 static zend_always_inline void zend_atomic_bool_store_ex(zend_atomic_bool *obj, bool desired) {
345 static zend_always_inline bool zend_atomic_bool_load_ex(const zend_atomic_bool *obj) {
353 static zend_always_inline bool zend_atomic_bool_exchange_ex(zend_atomic_bool *obj, bool desired) {
367 ZEND_API void zend_atomic_bool_init(zend_atomic_bool *obj, bool desired);
370 ZEND_API bool zend_atomic_bool_exchange(zend_atomic_bool *obj, bool desired);
373 ZEND_API bool zend_atomic_bool_compare_exchange(zend_atomic_bool *obj, bool *expected, bool desired…
376 ZEND_API void zend_atomic_bool_store(zend_atomic_bool *obj, bool desired);
381 ZEND_API bool zend_atomic_bool_load(zend_atomic_bool *obj);
384 ZEND_API bool zend_atomic_bool_load(const zend_atomic_bool *obj);