GRPC C++  1.39.1
Namespaces | Macros | Variables
call_combiner.cc File Reference
#include <grpc/support/port_platform.h>
#include "src/core/lib/iomgr/call_combiner.h"
#include <inttypes.h>
#include <grpc/support/log.h>
#include "src/core/lib/debug/stats.h"
#include "src/core/lib/profiling/timers.h"

Namespaces

 grpc_core
 Round Robin Policy.
 

Macros

#define DEBUG_ARGS   const char *file, int line,
 
#define DEBUG_FMT_STR   "%s:%d: "
 
#define DEBUG_FMT_ARGS   , file, line
 

Variables

DebugOnlyTraceFlag grpc_core::grpc_call_combiner_trace (false, "call_combiner")
 

Macro Definition Documentation

◆ DEBUG_ARGS

#define DEBUG_ARGS   const char *file, int line,

◆ DEBUG_FMT_ARGS

#define DEBUG_FMT_ARGS   , file, line

◆ DEBUG_FMT_STR

#define DEBUG_FMT_STR   "%s:%d: "