|
bool | _Is_lock_free () const volatile |
|
void | _Store (void *_Tgt, const void *_Src, memory_order _Order) volatile |
|
void | _Load (void *_Tgt, const void *_Src, memory_order _Order) const volatile |
|
void | _Exchange (void *_Left, void *_Right, memory_order _Order) volatile |
|
bool | _Compare_exchange_weak (void *_Tgt, void *_Exp, const void *_Value, memory_order _Order1, memory_order _Order2) volatile |
|
bool | _Compare_exchange_strong (void *_Tgt, void *_Exp, const void *_Value, memory_order _Order1, memory_order _Order2) volatile |
|
int _Atomic_compare_exchange_strong_1(volatile _Uint1_t *_Tgt, _Uint1_t *_Exp, _Uint1_t _Value, memory_order _Order1, memory_order _Order2)
Definition: xatomic.h:567
_CRTIMP _In_ int _Value
Definition: setjmp.h:190
_CRTIMP2_PURE short __CLRCALL_PURE_OR_CDECL _Exp(double *, double, short)
_Uint1_t _My_int
Definition: atomic:317
_CRTIMP _In_ int _Value
Definition: setjmp.h:190
_CRTIMP2_PURE short __CLRCALL_PURE_OR_CDECL _Exp(double *, double, short)
_Uint1_t _My_int
Definition: atomic:317
int _Atomic_compare_exchange_weak_1(volatile _Uint1_t *_Tgt, _Uint1_t *_Exp, _Uint1_t _Value, memory_order _Order1, memory_order _Order2)
Definition: xatomic.h:595
_Uint1_t _My_int
Definition: atomic:317
_Uint1_t _Atomic_exchange_1(volatile _Uint1_t *_Tgt, _Uint1_t _Value, memory_order _Order)
Definition: xatomic.h:460
const _Ty & _Right
Definition: algorithm:4087
int _Atomic_is_lock_free_1(void)
Definition: xatomic.h:2526
_Uint1_t _Atomic_load_1(volatile _Uint1_t *_Tgt, memory_order _Order)
Definition: xatomic.h:410
_In_ size_t _In_z_ const unsigned char * _Src
Definition: mbstring.h:95
_Uint1_t _My_int
Definition: atomic:317
void _Atomic_store_1(volatile _Uint1_t *_Tgt, _Uint1_t _Value, memory_order _Order)
Definition: xatomic.h:347
_In_ size_t _In_z_ const unsigned char * _Src
Definition: mbstring.h:95
_Uint1_t _My_int
Definition: atomic:317
The documentation for this struct was generated from the following file: