Home
last modified time | relevance | path

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

123

/third_party/mingw-w64/mingw-w64-libraries/winpthreads/tests_pthread/
Dsizes.c11 printf("%30s %4" PRIdPTR "\n", "pthread_t", sizeof(pthread_t)); in main()
12 printf("%30s %4" PRIdPTR "\n", "pthread_attr_t_", sizeof(pthread_attr_t)); in main()
14 printf("%30s %4" PRIdPTR "\n", "pthread_mutex_t_", sizeof(mutex_t)); in main()
15 printf("%30s %4" PRIdPTR "\n", "pthread_mutexattr_t_", sizeof(pthread_mutexattr_t)); in main()
16 printf("%30s %4" PRIdPTR "\n", "pthread_barrier_t_", sizeof(barrier_t)); in main()
17 printf("%30s %4" PRIdPTR "\n", "pthread_barrierattr_t_", sizeof(pthread_barrierattr_t)); in main()
18 printf("%30s %4" PRIdPTR "\n", "pthread_key_t_", sizeof(pthread_key_t)); in main()
19 printf("%30s %4" PRIdPTR "\n", "pthread_cond_t_", sizeof(cond_t)); in main()
20 printf("%30s %4" PRIdPTR "\n", "pthread_condattr_t_", sizeof(pthread_condattr_t)); in main()
21 printf("%30s %4" PRIdPTR "\n", "pthread_rwlock_t_", sizeof(rwlock_t)); in main()
[all …]
/third_party/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()
/third_party/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()
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()
Dcfstream_handle.cc185 "CFStream Handle ref %p : %s %" PRIdPTR " -> %" PRIdPTR, this, in Ref()
195 "CFStream Handle unref %p : %s %" PRIdPTR " -> %" PRIdPTR, this, in Unref()
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()
Dtcp_windows.cc149 "TCP unref %p : %s %" PRIdPTR " -> %" PRIdPTR, tcp, reason, val, in tcp_unref()
162 "TCP ref %p : %s %" PRIdPTR " -> %" PRIdPTR, tcp, reason, val, in tcp_ref()
Derror.cc129 gpr_log(GPR_DEBUG, "%p: %" PRIdPTR " -> %" PRIdPTR " [%s:%d]", err, in grpc_error_do_ref()
177 gpr_log(GPR_DEBUG, "%p: %" PRIdPTR " -> %" PRIdPTR " [%s:%d]", err, in grpc_error_do_unref()
615 gpr_asprintf(&s, "%" PRIdPTR, p); in fmt_int()
/third_party/weston/tools/zunitc/src/
Dzuc_base_logger.c367 printf(" Actual: %"PRIdPTR"\n", val2); in check_triggered()
369 printf("Which is: %"PRIdPTR"\n", val1); in check_triggered()
380 printf("Expected: (%s) %s (%s), actual: %"PRIdPTR" vs " in check_triggered()
381 "%"PRIdPTR"\n", expr1, zuc_get_opstr(op), expr2, in check_triggered()
397 printf("Expected: (%s) %s (%s), actual: %"PRIdPTR" vs " in check_triggered()
398 "%"PRIdPTR"\n", expr1, zuc_get_opstr(op), expr2, val1, in check_triggered()
Dzuc_junit_reporter.c138 " Actual: %"PRIdPTR"\n" in emit_event()
140 "Which is: %"PRIdPTR"\n", in emit_event()
162 " actual: %"PRIdPTR" vs %"PRIdPTR"\n", in emit_event()
191 "Expected: (%s) %s (%s), actual: %"PRIdPTR" vs " in emit_event()
192 "%"PRIdPTR"\n", in emit_event()
/third_party/grpc/test/core/gpr/
Darena_test.cc45 absl::StrFormat("test '%s': %" PRIdPTR " <- {", name, init_size)); in test()
47 parts.push_back(absl::StrFormat("%" PRIdPTR ",", allocs[i])); in test()
/third_party/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()
/third_party/mingw-w64/mingw-w64-headers/crt/
Dinttypes.h227 #define PRIdPTR PRId64 macro
239 #define PRIdPTR "d" macro
/third_party/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()
/third_party/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()
/third_party/skia/src/gpu/vk/
DGrVkDescriptorSet.h33 SkDebugf("GrVkDescriptorSet: %" PRIdPTR " (%d refs)\n", (intptr_t)fDescSet, in dumpInfo()
DGrVkDescriptorPool.h35 SkDebugf("GrVkDescriptorPool: %" PRIdPTR ", type %d (%d refs)\n", (intptr_t)fDescPool, in dumpInfo()
DGrVkImageView.h35 SkDebugf("GrVkImageView: %" PRIdPTR " (%d refs)\n", in dumpInfo()
DGrVkCommandPool.h48 SkDebugf("GrVkCommandPool: %" PRIdPTR " (%d refs)\n", in dumpInfo()
DGrVkSemaphore.h68 SkDebugf("GrVkSemaphore: %" PRIdPTR " (%d refs)\n", (intptr_t)fSemaphore, in dumpInfo()
DGrVkSamplerYcbcrConversion.h58 SkDebugf("GrVkSamplerYcbcrConversion: %" PRIdPTR " (%d refs)\n", (intptr_t)fYcbcrConversion, in dumpInfo()
/third_party/grpc/test/core/gprpp/
Dmpscq_test.cc105 gpr_log(GPR_DEBUG, "spins: %" PRIdPTR, spins); in test_mt()
175 gpr_log(GPR_DEBUG, "spins: %" PRIdPTR, pa.spins); in test_mt_multipop()
/third_party/grpc/test/cpp/naming/
Dresolver_component_test.cc487 "found %" PRIdPTR " backend addresses and %" PRIdPTR in CheckResult()
493 "found lb addrs size is: %" PRIdPTR in CheckResult()
494 ". expected addrs size is %" PRIdPTR, in CheckResult()

123