Searched refs:INPROC_LOG (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc/src/core/ext/transport/inproc/ |
D | inproc_transport.cc | 38 #define INPROC_LOG(...) \ macro 127 INPROC_LOG(GPR_INFO, "ref_transport %p", t); in ref_transport() 132 INPROC_LOG(GPR_INFO, "really_destroy_transport %p", t); in really_destroy_transport() 141 INPROC_LOG(GPR_INFO, "unref_transport %p", t); in unref_transport() 156 INPROC_LOG(GPR_INFO, "ref_stream %p %s", s, reason); in ref_stream() 161 INPROC_LOG(GPR_INFO, "unref_stream %p %s", s, reason); in unref_stream() 166 INPROC_LOG(GPR_INFO, "really_destroy_stream %p", s); in really_destroy_stream() 227 INPROC_LOG(GPR_INFO, "init_stream %p %p %p", gt, gs, server_data); in init_stream() 284 INPROC_LOG(GPR_INFO, "calling accept stream cb %p %p", st->accept_stream_cb, in init_stream() 384 INPROC_LOG(GPR_INFO, "%s %p %p %p", msg, s, op, error); in complete_if_batch_end_locked() [all …]
|