GRPC C++  1.8.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros
port_platform.h File Reference
#include <stdint.h>

Go to the source code of this file.

Macros

#define GPR_PLATFORM_STRING   "unknown"
 
#define GPR_CACHELINE_SIZE_LOG   6
 
#define GPR_CACHELINE_SIZE   (1 << GPR_CACHELINE_SIZE_LOG)
 
#define GPR_MAX_ALIGNMENT   16
 
#define GRPC_ARES   1
 
#define GRPC_MUST_USE_RESULT
 
#define GPR_ALIGN_STRUCT(n)
 
#define GPR_PRINT_FORMAT_CHECK(FORMAT_STR, ARGS)
 
#define GPR_UNREACHABLE_CODE(STATEMENT)
 
#define GPRAPI
 
#define GRPCAPI   GPRAPI
 
#define CENSUSAPI   GRPCAPI
 
#define GPR_ATTRIBUTE_NO_TSAN
 
#define __STDC_FORMAT_MACROS
 

Macro Definition Documentation

#define __STDC_FORMAT_MACROS
#define CENSUSAPI   GRPCAPI
#define GPR_ALIGN_STRUCT (   n)
#define GPR_ATTRIBUTE_NO_TSAN
#define GPR_CACHELINE_SIZE   (1 << GPR_CACHELINE_SIZE_LOG)
#define GPR_CACHELINE_SIZE_LOG   6
#define GPR_MAX_ALIGNMENT   16
#define GPR_PLATFORM_STRING   "unknown"
#define GPR_PRINT_FORMAT_CHECK (   FORMAT_STR,
  ARGS 
)
#define GPR_UNREACHABLE_CODE (   STATEMENT)
Value:
do { \
gpr_log(GPR_ERROR, "Should never reach here."); \
abort(); \
STATEMENT; \
} while (0)
#define GPR_ERROR
Definition: log.h:58
GPRAPI void gpr_log(const char *file, int line, gpr_log_severity severity, const char *format,...) GPR_PRINT_FORMAT_CHECK(4
Log a message.
#define GPRAPI
#define GRPC_ARES   1
#define GRPC_MUST_USE_RESULT
#define GRPCAPI   GPRAPI