Searched refs:GRPC_COMBINER_TRACE (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc/src/core/lib/iomgr/ |
D | combiner.cc | 36 #define GRPC_COMBINER_TRACE(fn) \ macro 87 GRPC_COMBINER_TRACE(gpr_log(GPR_INFO, "C:%p create", lock)); in grpc_combiner_create() 92 GRPC_COMBINER_TRACE(gpr_log(GPR_INFO, "C:%p really_destroy", lock)); in really_destroy() 100 GRPC_COMBINER_TRACE(gpr_log( in start_destroy() 163 GRPC_COMBINER_TRACE(gpr_log(GPR_INFO, in combiner_exec() 207 GRPC_COMBINER_TRACE(gpr_log(GPR_INFO, "C:%p queue_offload", lock)); in queue_offload() 222 GRPC_COMBINER_TRACE(gpr_log(GPR_INFO, in grpc_combiner_continue_exec_ctx() 245 GRPC_COMBINER_TRACE( in grpc_combiner_continue_exec_ctx() 269 GRPC_COMBINER_TRACE( in grpc_combiner_continue_exec_ctx() 287 GRPC_COMBINER_TRACE( in grpc_combiner_continue_exec_ctx() [all …]
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | combiner.cc | 38 #define GRPC_COMBINER_TRACE(fn) \ macro 61 GRPC_COMBINER_TRACE(gpr_log(GPR_INFO, "C:%p create", lock)); in grpc_combiner_create() 66 GRPC_COMBINER_TRACE(gpr_log(GPR_INFO, "C:%p really_destroy", lock)); in really_destroy() 73 GRPC_COMBINER_TRACE(gpr_log( in start_destroy() 133 GRPC_COMBINER_TRACE(gpr_log(GPR_INFO, in combiner_exec() 178 GRPC_COMBINER_TRACE(gpr_log(GPR_INFO, "C:%p queue_offload", lock)); in queue_offload() 193 GRPC_COMBINER_TRACE(gpr_log(GPR_INFO, in grpc_combiner_continue_exec_ctx() 222 GRPC_COMBINER_TRACE( in grpc_combiner_continue_exec_ctx() 246 GRPC_COMBINER_TRACE( in grpc_combiner_continue_exec_ctx() 264 GRPC_COMBINER_TRACE( in grpc_combiner_continue_exec_ctx() [all …]
|