|
|
@ -106,9 +106,10 @@ UPB_INLINE bool _upb_NonAtomic_CompareExchangeStrongP(void* addr, |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#define upb_Atomic_CompareExchangeStrong(addr, expected, desired, order) \ |
|
|
|
#define upb_Atomic_CompareExchangeStrong(addr, expected, desired, \ |
|
|
|
_Generic((desired), \
|
|
|
|
success_order, failure_order) \
|
|
|
|
uintptr_t: _upb_NonAtomic_CompareExchangeStrongU, \
|
|
|
|
_Generic((desired), \
|
|
|
|
|
|
|
|
uintptr_t: _upb_NonAtomic_CompareExchangeStrongU, \
|
|
|
|
void*: _upb_NonAtomic_CompareExchangeStrongP)(addr, expected, desired) |
|
|
|
void*: _upb_NonAtomic_CompareExchangeStrongP)(addr, expected, desired) |
|
|
|
|
|
|
|
|
|
|
|
#endif |
|
|
|
#endif |
|
|
|