/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
D | blocking_counter.cc | 34 done_{initial_count == 0 ? true : false} { in BlockingCounter() 44 done_ = true; in DecrementCount() 58 this->lock_.Await(Condition(IsDone, &this->done_)); in Wait()
|
D | blocking_counter.h | 95 bool done_ ABSL_GUARDED_BY(lock_);
|
/third_party/grpc/test/core/iomgr/ |
D | work_serializer_test.cc | 48 gpr_event_init(&done_); in TestThread() 53 EXPECT_NE(gpr_event_wait(&done_, gpr_inf_future(GPR_CLOCK_REALTIME)), in ~TestThread() 82 self->lock_->Run([self]() { gpr_event_set(&self->done_, (void*)1); }, in ExecuteManyLoop() 89 gpr_event done_; member in __anona83125800111::TestThread
|
/third_party/freetype/include/freetype/internal/ |
D | ftobjs.h | 236 done_, \ argument 249 done_, \ 1068 done_, \ argument 1079 done_, \ 1117 done_, \ argument 1135 done_, \ 1186 done_, \ argument 1199 done_, \ 1212 done_, \ argument 1227 done_, \
|
D | ftdrv.h | 229 done_, \ argument 256 done_, \
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/ |
D | ftobjs.h | 236 done_, \ argument 249 done_, \ 1065 done_, \ argument 1076 done_, \ 1114 done_, \ argument 1132 done_, \ 1183 done_, \ argument 1196 done_, \ 1209 done_, \ argument 1224 done_, \
|
D | ftdrv.h | 229 done_, \ argument 256 done_, \
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | ftobjs.h | 236 done_, \ argument 249 done_, \ 1068 done_, \ argument 1079 done_, \ 1117 done_, \ argument 1135 done_, \ 1186 done_, \ argument 1199 done_, \ 1212 done_, \ argument 1227 done_, \
|
D | ftdrv.h | 229 done_, \ argument 256 done_, \
|
/third_party/boost/boost/fiber/cuda/ |
D | waitfor.hpp | 50 done_ = true; in single_stream_rendezvous() 58 done_ = true; in notify() 65 cv_.wait( lk, [this]{ return done_; }); in wait() 74 bool done_{ false }; member in boost::fibers::cuda::detail::single_stream_rendezvous
|
/third_party/boost/boost/fiber/hip/ |
D | waitfor.hpp | 50 done_ = true; in single_stream_rendezvous() 58 done_ = true; in notify() 65 cv_.wait( lk, [this]{ return done_; }); in wait() 74 bool done_{ false }; member in boost::fibers::cuda::detail::single_stream_rendezvous
|
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/ |
D | stack_frame.h | 43 done_(false) { in StackFrame() 66 bool Done() { return done_; } in Done() 81 done_ = true; in NextNode() 137 bool done_; variable
|
/third_party/grpc/test/cpp/end2end/ |
D | client_callback_end2end_test.cc | 311 done_ = true; in SendGenericEchoAsBidi() 333 while (!done_) { in SendGenericEchoAsBidi() 346 bool done_ = false; in SendGenericEchoAsBidi() member in grpc::testing::__anonf7685faa0111::ClientCallbackEnd2endTest::SendGenericEchoAsBidi::Client 703 done_ = true; in OnDone() 708 while (!done_) { in Await() 734 bool done_ = false; member in grpc::testing::__anonf7685faa0111::WriteClient 821 done_ = true; in TEST_P() 826 while (!done_) { in TEST_P() 837 bool done_{false}; in TEST_P() member in grpc::testing::__anonf7685faa0111::TEST_P::UnaryClient 885 done_ = true; in TEST_P() [all …]
|
/third_party/freetype/src/sfnt/ |
D | ttcmap.h | 61 done_, \ argument 77 done_, \
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | ttcmap.h | 61 done_, \ argument 77 done_, \
|
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/ |
D | ttcmap.h | 62 done_, \ argument 78 done_, \
|
/third_party/mindspore/mindspore/ccsrc/fl/server/kernel/ |
D | aggregation_kernel.h | 38 AggregationKernel() : name_(""), done_(false), done_count_(0), accum_count_(0) {} in AggregationKernel() 87 bool done_; variable
|
D | fed_avg_kernel.h | 108 done_ = true; in InitKernel() 159 done_ = false; in Reset() 165 bool IsAggregationDone() override { return done_; } in IsAggregationDone()
|
/third_party/gn/src/gn/ |
D | trace.cc | 130 : done_(false) { in ScopedTrace() 137 ScopedTrace::ScopedTrace(TraceItem::Type t, const Label& label) : done_(false) { in ScopedTrace() 160 if (!done_) { in Done() 161 done_ = true; in Done()
|
/third_party/grpc/test/core/end2end/ |
D | inproc_callback_test.cc | 64 ShutdownCallback() : done_(false) { in ShutdownCallback() 82 done_ = true; in Run() 91 while (!done_ && !gpr_cv_wait(&cv_, &mu_, deadline)) { in Wait() 93 bool ret = done_; in Wait() 99 bool done_; member in __anonf1ef90dd0111::ShutdownCallback
|
/third_party/grpc/test/cpp/qps/ |
D | qps_worker.cc | 280 gpr_atm_rel_store(&done_, static_cast<gpr_atm>(0)); in QpsWorker() 307 return (gpr_atm_acq_load(&done_) != static_cast<gpr_atm>(0)); in Done() 310 gpr_atm_rel_store(&done_, static_cast<gpr_atm>(1)); in MarkDone()
|
D | qps_worker.h | 56 gpr_atm done_; variable
|
/third_party/grpc/test/cpp/microbenchmarks/ |
D | bm_cq.cc | 187 explicit ShutdownCallback(bool* done) : done_(done) { in ShutdownCallback() 194 *static_cast<ShutdownCallback*>(cb)->done_ = static_cast<bool>(ok); in Run() 200 bool* done_; member in grpc::testing::ShutdownCallback
|
/third_party/node/test/cctest/ |
D | test_inspector_socket_server.cc | 43 explicit Timeout(uv_loop_t* loop) : timed_out(false), done_(false) { in Timeout() 52 while (!done_) { in ~Timeout() 67 t->done_ = true; in mark_done() 70 bool done_; member in __anonc5369da30111::Timeout
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
D | proto_writer.h | 130 bool done() override { return done_; } in done() 327 bool done_; variable
|