Home
last modified time | relevance | path

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

123

/third_party/grpc/test/cpp/end2end/
Dclient_callback_end2end_test.cc331 void Await() { in SendGenericEchoAsBidi() function in grpc::testing::__anonf7685faa0111::ClientCallbackEnd2endTest::SendGenericEchoAsBidi::Client
352 rpc.Await(); in SendGenericEchoAsBidi()
706 void Await() { in Await() function in grpc::testing::__anonf7685faa0111::WriteClient
740 test.Await(); in TEST_P()
750 test.Await(); in TEST_P()
761 test.Await(); in TEST_P()
772 test.Await(); in TEST_P()
784 test.Await(); in TEST_P()
824 void Await() { in TEST_P() function in grpc::testing::__anonf7685faa0111::TEST_P::UnaryClient
842 test.Await(); in TEST_P()
[all …]
/third_party/abseil-cpp/absl/synchronization/internal/
Dmutex_nonprod.cc180 void MutexImpl::Await(const Condition& cond) { in Await() function in absl::synchronization_internal::MutexImpl
213 void Mutex::Await(const Condition& cond) { impl()->Await(cond); } in Await() function in absl::Mutex
217 Await(cond); in LockWhen()
242 Await(cond); in ReaderLockWhen()
Dthread_pool.h73 mu_.Await(absl::Condition(this, &ThreadPool::WorkAvailable)); in WorkLoop()
Dmutex_nonprod.inc86 void Await(const Condition& cond);
104 // Signaled before releasing the lock, in support of Await.
/third_party/mindspore/mindspore/core/mindrt/include/
Dmindrt.hpp39 void Await(const ActorReference &actor);
45 void Await(const AID &actor);
/third_party/mindspore/mindspore/core/mindrt/src/
Dmindrt.cc95 void Await(const ActorReference &actor) { ActorMgr::GetActorMgrRef()->Wait(actor->GetAID()); } in Await() function
97 void Await(const AID &actor) { ActorMgr::GetActorMgrRef()->Wait(actor); } in Await() function
/third_party/flutter/engine/flutter/shell/platform/embedder/fixtures/
Dmain.dart91 // Await semantics enabled from embedder.
98 // Await accessibility features changed from embedder.
141 // Await semantics action from embedder.
146 // Await semantics disabled from embedder.
/third_party/grpc/test/cpp/microbenchmarks/
Dcallback_streaming_ping_pong.h92 void Await() { in Await() function
140 test.Await(); in BM_CallbackBidiStreaming()
/third_party/typescript/tests/baselines/reference/
DparserRealSource3.types65 Await,
66 >Await : NodeType.Await
DparserRealSource3.symbols65 Await,
66 >Await : Symbol(NodeType.Await, Decl(parserRealSource3.ts, 24, 15))
DparserRealSource3.errors.txt32 Await,
DparserRealSource3.js27 Await,
/third_party/mindspore/mindspore/core/mindrt/src/actor/
Dactormgr.cc141 (*actorIt)->Await(); in TerminateAll()
266 actor->Await(); in Terminate()
274 actor->Await(); in Wait()
Dactor.cc38 void ActorBase::Await() { in Await() function in mindspore::ActorBase
/third_party/abseil-cpp/absl/synchronization/
Dbarrier.cc39 this->lock_.Await(Condition(IsZero, &this->num_to_block_)); in Block()
Dblocking_counter.cc48 this->lock_.Await(Condition(IsZero, &this->count_)); in Wait()
Dmutex_test.cc158 cxt->mu.Await(absl::Condition(&mc, &MyContext::MyTurn)); in TestAwait()
334 cxt->mu.Await(g0ge2); in TestTime()
447 state.release_mu.Await(absl::Condition(&state.release)); in TEST()
488 state.release_mu.Await(absl::Condition(&state.release)); in TEST()
531 x.mu.Await(absl::Condition(&NoAWaiters, &x)); // wait for them to exit in TEST()
764 x->mu2.Await(absl::Condition(&x->complete)); in GetReadLock()
809 x.mu.Await(absl::Condition(&AllDone, &x)); in TEST()
928 mu.Await(absl::Condition(&IntIsZero, &running));
1389 TEST_P(TimeoutTest, Await) { argument
1633 TEST_P(MutexVariableThreadCountTest, Await) { argument
Dnotification_test.cc44 mutex_.Await(Condition(&cond)); in WaitUntilGreaterOrEqual()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dbarrier.cc39 this->lock_.Await(Condition(IsZero, &this->num_to_block_)); in Block()
Dblocking_counter.cc58 this->lock_.Await(Condition(IsDone, &this->done_)); in Wait()
Dmutex_test.cc158 cxt->mu.Await(absl::Condition(&mc, &MyContext::MyTurn)); in TestAwait()
334 cxt->mu.Await(g0ge2); in TestTime()
447 state.release_mu.Await(absl::Condition(&state.release)); in TEST()
488 state.release_mu.Await(absl::Condition(&state.release)); in TEST()
531 x.mu.Await(absl::Condition(&NoAWaiters, &x)); // wait for them to exit in TEST()
798 x->mu2.Await(absl::Condition(&x->complete)); in GetReadLock()
843 x.mu.Await(absl::Condition(&AllDone, &x)); in TEST()
962 mu.Await(absl::Condition(&IntIsZero, &running));
1419 TEST_P(TimeoutTest, Await) { argument
1663 TEST_P(MutexVariableThreadCountTest, Await) { argument
Dnotification_test.cc44 mutex_.Await(Condition(&cond)); in WaitUntilGreaterOrEqual()
/third_party/grpc/test/core/handshake/
Dserver_ssl_common.cc87 void Await() { in Await() function in __anon65a0aa1e0111::ServerInfo
185 s.Await(); in server_ssl_test()
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource3.ts26 Await, enumerator
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dthread_pool.h73 mu_.Await(absl::Condition(this, &ThreadPool::WorkAvailable)); in WorkLoop()

123