STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
rtmintrin.h File Reference

Go to the source code of this file.

Macros

#define _XBEGIN_STARTED   (~0u)
 
#define _XABORT_EXPLICIT   (1 << 0)
 
#define _XABORT_RETRY   (1 << 1)
 
#define _XABORT_CONFLICT   (1 << 2)
 
#define _XABORT_CAPACITY   (1 << 3)
 
#define _XABORT_DEBUG   (1 << 4)
 
#define _XABORT_NESTED   (1 << 5)
 
#define _XABORT_CODE(x)   (((x) >> 24) & 0xFF)
 
#define _xabort(N)   __builtin_ia32_xabort (N)
 

Functions

__inline unsigned int __attribute__ ((__gnu_inline__, __always_inline__, __artificial__)) _xbegin(void)
 

Macro Definition Documentation

#define _xabort (   N)    __builtin_ia32_xabort (N)
#define _XABORT_CAPACITY   (1 << 3)
#define _XABORT_CODE (   x)    (((x) >> 24) & 0xFF)
#define _XABORT_CONFLICT   (1 << 2)
#define _XABORT_DEBUG   (1 << 4)
#define _XABORT_EXPLICIT   (1 << 0)
#define _XABORT_NESTED   (1 << 5)
#define _XABORT_RETRY   (1 << 1)
#define _XBEGIN_STARTED   (~0u)

Function Documentation

__inline unsigned int __attribute__ ( (__gnu_inline__, __always_inline__, __artificial__)  )
49 {
50  return __builtin_ia32_xbegin ();
51 }