proxygen
CpuId.h File Reference
#include <cstdint>
#include <folly/Portability.h>

Go to the source code of this file.

Classes

class  folly::CpuId
 

Namespaces

 folly
 —— Concurrent Priority Queue Implementation ——
 

Macros

#define X(name, r, bit)
 
#define C(name, bit)   X(name, f1c_, bit)
 
#define D(name, bit)   X(name, f1d_, bit)
 
#define B(name, bit)   X(name, f7b_, bit)
 
#define C(name, bit)   X(name, f7c_, bit)
 

Macro Definition Documentation

#define C (   name,
  bit 
)    X(name, f7c_, bit)

Definition at line 204 of file CpuId.h.

#define X (   name,
  r,
  bit 
)
Value:
FOLLY_ALWAYS_INLINE bool name() const { \
return ((r) & (1U << bit)) != 0; \
}
#define FOLLY_ALWAYS_INLINE
Definition: CPortability.h:151
const char * name
Definition: http_parser.c:437

Definition at line 108 of file CpuId.h.

Referenced by TEST().