Home
last modified time | relevance | path

Searched refs:PRIdPTR (Results 1 – 25 of 78) sorted by relevance

1234

/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dref_counted.h75 gpr_log(GPR_INFO, "%s:%p ref %" PRIdPTR " -> %" PRIdPTR, trace_, this,
86 gpr_log(GPR_INFO, "%s:%p %s:%d ref %" PRIdPTR " -> %" PRIdPTR " %s",
103 gpr_log(GPR_INFO, "%s:%p ref %" PRIdPTR " -> %" PRIdPTR, trace_, this, in RefNonZero()
115 gpr_log(GPR_INFO, "%s:%p %s:%d ref %" PRIdPTR " -> %" PRIdPTR " %s", in RefNonZero()
132 gpr_log(GPR_INFO, "%s:%p ref_if_non_zero %" PRIdPTR " -> %" PRIdPTR, in RefIfNonZero()
143 "%s:%p %s:%d ref_if_non_zero %" PRIdPTR " -> %" PRIdPTR " %s", in RefIfNonZero()
165 gpr_log(GPR_INFO, "%s:%p unref %" PRIdPTR " -> %" PRIdPTR, trace, this, in Unref()
182 gpr_log(GPR_INFO, "%s:%p %s:%d unref %" PRIdPTR " -> %" PRIdPTR " %s", in Unref()
/external/grpc-grpc/src/core/lib/transport/
Dmetadata.cc158 "ELM REF:%p:%" PRIdPTR "->%" PRIdPTR ": '%s' = '%s'", (void*)md, in ref_md_locked()
257 gpr_log(GPR_DEBUG, "ELM ALLOC:%p:%" PRIdPTR ": '%s' = '%s'", in grpc_mdelem_create()
310 gpr_log(GPR_DEBUG, "ELM NEW:%p:%" PRIdPTR ": '%s' = '%s'", (void*)md, in grpc_mdelem_create()
358 "ELM REF:%p:%" PRIdPTR "->%" PRIdPTR ": '%s' = '%s'", in grpc_mdelem_ref()
381 "ELM REF:%p:%" PRIdPTR "->%" PRIdPTR ": '%s' = '%s'", in grpc_mdelem_ref()
412 "ELM UNREF:%p:%" PRIdPTR "->%" PRIdPTR ": '%s' = '%s'", in grpc_mdelem_unref()
439 "ELM UNREF:%p:%" PRIdPTR "->%" PRIdPTR ": '%s' = '%s'", in grpc_mdelem_unref()
Dtransport.cc43 gpr_log(GPR_DEBUG, "%s %p:%p REF %" PRIdPTR "->%" PRIdPTR " %s",
57 gpr_log(GPR_DEBUG, "%s %p:%p UNREF %" PRIdPTR "->%" PRIdPTR " %s",
/external/grpc-grpc/src/core/lib/gprpp/
Dref_counted.h102 gpr_log(GPR_INFO, "%s:%p %s:%d ref %" PRIdPTR " -> %" PRIdPTR " %s", in Ref()
123 gpr_log(GPR_INFO, "%s:%p %s:%d unref %" PRIdPTR " -> %" PRIdPTR " %s", in Unref()
Dorphanable.h160 gpr_log(GPR_INFO, "%s:%p %s:%d ref %" PRIdPTR " -> %" PRIdPTR " %s", in Ref()
181 gpr_log(GPR_INFO, "%s:%p %s:%d unref %" PRIdPTR " -> %" PRIdPTR " %s", in Unref()
/external/grpc-grpc/src/core/lib/iomgr/
Dexecutor.cc138 EXECUTOR_TRACE("(%s) Thread %" PRIdPTR " of %" PRIdPTR " joined", name_, in SetThreading()
166 EXECUTOR_TRACE("(%s) [%" PRIdPTR "]: step (sub_depth=%" PRIdPTR ")", in ThreadMain()
178 EXECUTOR_TRACE("(%s) [%" PRIdPTR "]: shutdown", ts->name, ts->id); in ThreadMain()
188 EXECUTOR_TRACE("(%s) [%" PRIdPTR "]: execute", ts->name, ts->id); in ThreadMain()
238 "%" PRIdPTR, in Enqueue()
242 EXECUTOR_TRACE("(%s) try to schedule %p (%s) to thread %" PRIdPTR, name_, in Enqueue()
Dcfstream_handle.cc167 "CFStream Handle ref %p : %s %" PRIdPTR " -> %" PRIdPTR, this, in Ref()
177 "CFStream Handle unref %p : %s %" PRIdPTR " -> %" PRIdPTR, this, in Unref()
Dcall_combiner.cc76 gpr_log(GPR_INFO, " size: %" PRIdPTR " -> %" PRIdPTR, prev_size, in grpc_call_combiner_start()
111 gpr_log(GPR_INFO, " size: %" PRIdPTR " -> %" PRIdPTR, prev_size, in grpc_call_combiner_stop()
Dcombiner.cc101 GPR_INFO, "C:%p really_destroy old_state=%" PRIdPTR, lock, old_state)); in start_destroy()
111 "C:%p %s %" PRIdPTR " --> %" PRIdPTR " %s", lock, (op), \
164 "C:%p grpc_combiner_execute c=%p last=%" PRIdPTR, in combiner_exec()
288 gpr_log(GPR_INFO, "C:%p finish old_state=%" PRIdPTR, lock, old_state)); in grpc_combiner_continue_exec_ctx()
Dtcp_custom.cc95 "TCP unref %p : %s %" PRIdPTR " -> %" PRIdPTR, tcp->socket, reason, in tcp_unref()
108 "TCP ref %p : %s %" PRIdPTR " -> %" PRIdPTR, tcp->socket, reason, in tcp_ref()
Dendpoint_cfstream.cc80 "CFStream endpoint unref %p : %s %" PRIdPTR " -> %" PRIdPTR, ep, in CFStreamUnref()
92 "CFStream endpoint ref %p : %s %" PRIdPTR " -> %" PRIdPTR, ep, in CFStreamRef()
Dtcp_windows.cc147 "TCP unref %p : %s %" PRIdPTR " -> %" PRIdPTR, tcp, reason, val, in tcp_unref()
160 "TCP ref %p : %s %" PRIdPTR " -> %" PRIdPTR, tcp, reason, val, in tcp_ref()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dexecutor.cc188 EXECUTOR_TRACE("(%s) Thread %" PRIdPTR " of %" PRIdPTR " joined", name_, in SetThreading()
223 EXECUTOR_TRACE("(%s) [%" PRIdPTR "]: step (sub_depth=%" PRIdPTR ")", in ThreadMain()
235 EXECUTOR_TRACE("(%s) [%" PRIdPTR "]: shutdown", ts->name, ts->id); in ThreadMain()
245 EXECUTOR_TRACE("(%s) [%" PRIdPTR "]: execute", ts->name, ts->id); in ThreadMain()
302 "%" PRIdPTR, in Enqueue()
306 EXECUTOR_TRACE("(%s) try to schedule %p (%s) to thread %" PRIdPTR, name_, in Enqueue()
Dcfstream_handle.cc185 "CFStream Handle ref %p : %s %" PRIdPTR " -> %" PRIdPTR, this, in Ref()
195 "CFStream Handle unref %p : %s %" PRIdPTR " -> %" PRIdPTR, this, in Unref()
Dcall_combiner.cc125 gpr_log(GPR_INFO, " size: %" PRIdPTR " -> %" PRIdPTR, prev_size, in Start()
157 gpr_log(GPR_INFO, " size: %" PRIdPTR " -> %" PRIdPTR, prev_size, in Stop()
Dcombiner.cc74 GPR_INFO, "C:%p really_destroy old_state=%" PRIdPTR, lock, old_state)); in start_destroy()
84 "C:%p %s %" PRIdPTR " --> %" PRIdPTR " %s", lock, (op), \
134 "C:%p grpc_combiner_execute c=%p last=%" PRIdPTR, in combiner_exec()
265 gpr_log(GPR_INFO, "C:%p finish old_state=%" PRIdPTR, lock, old_state)); in grpc_combiner_continue_exec_ctx()
Dtcp_custom.cc95 "TCP unref %p : %s %" PRIdPTR " -> %" PRIdPTR, tcp->socket, reason, in tcp_unref()
108 "TCP ref %p : %s %" PRIdPTR " -> %" PRIdPTR, tcp->socket, reason, in tcp_ref()
Dendpoint_cfstream.cc81 "CFStream endpoint unref %p : %s %" PRIdPTR " -> %" PRIdPTR, ep, in CFStreamUnref()
93 "CFStream endpoint ref %p : %s %" PRIdPTR " -> %" PRIdPTR, ep, in CFStreamRef()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/
Dmetadata.cc71 "mdelem REF:%p:%" PRIdPTR "->%" PRIdPTR ": '%s' = '%s'", md, in grpc_mdelem_trace_ref()
85 "mdelem UNREF:%p:%" PRIdPTR "->%" PRIdPTR ": '%s' = '%s'", md, in grpc_mdelem_trace_unref()
161 gpr_log(GPR_DEBUG, "mdelem %s:%p:%" PRIdPTR ": '%s' = '%s'", tag, this, in TraceAtStart()
295 "mdelem REF:%p:%" PRIdPTR "->%" PRIdPTR ": '%s' = '%s'", this, in RefWithShardLocked()
/external/grpc-grpc/test/core/gpr/
Darena_test.cc41 gpr_asprintf(&s, "test '%s': %" PRIdPTR " <- {", name, init_size); in test()
44 gpr_asprintf(&s, "%" PRIdPTR ",", allocs[i]); in test()
/external/grpc-grpc/src/core/lib/security/context/
Dsecurity_context.cc142 "AUTH_CONTEXT:%p ref %" PRIdPTR " -> %" PRIdPTR " %s", ctx, val,
160 "AUTH_CONTEXT:%p unref %" PRIdPTR " -> %" PRIdPTR " %s", ctx, val,
/external/rust/crates/grpcio-sys/grpc/src/core/lib/debug/
Dstats.cc153 "\"%s\": %" PRIdPTR, grpc_stats_counter_name[i], data->counters[i])); in grpc_stats_data_as_json()
159 absl::StrFormat("%s%" PRIdPTR, j == 0 ? "" : ",", in grpc_stats_data_as_json()
/external/grpc-grpc/src/core/lib/debug/
Dstats.cc150 gpr_asprintf(&tmp, "%s\"%s\": %" PRIdPTR, is_first ? "" : ", ", in grpc_stats_data_as_json()
160 gpr_asprintf(&tmp, "%s%" PRIdPTR, j == 0 ? "" : ",", in grpc_stats_data_as_json()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/transport/
Dsecure_endpoint.cc119 "SECENDP unref %p : %s %" PRIdPTR " -> %" PRIdPTR, ep, reason, val, in secure_endpoint_unref()
132 "SECENDP ref %p : %s %" PRIdPTR " -> %" PRIdPTR, ep, reason, val, in secure_endpoint_ref()
/external/grpc-grpc/src/core/lib/security/transport/
Dsecure_endpoint.cc92 "SECENDP unref %p : %s %" PRIdPTR " -> %" PRIdPTR, ep, reason, val, in secure_endpoint_unref()
105 "SECENDP ref %p : %s %" PRIdPTR " -> %" PRIdPTR, ep, reason, val, in secure_endpoint_ref()

1234