Home
last modified time | relevance | path

Searched refs:WaitForCommand (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Dgrpc_client.h48 EventReply WaitForCommand(const Metadata &metadata);
Dgrpc_client.cc47 EventReply GrpcClient::WaitForCommand(const Metadata &metadata) { in WaitForCommand() function in mindspore::GrpcClient
Ddebugger.cc748 EventReply reply = grpc_client_->WaitForCommand(metadata); in CommandLoop()
/third_party/ninja/src/
Dbuild.cc52 virtual bool WaitForCommand(Result* result);
67 bool DryRunCommandRunner::WaitForCommand(Result* result) { in WaitForCommand() function in __anoncf4e0dde0111::DryRunCommandRunner
673 virtual bool WaitForCommand(Result* result);
712 bool RealCommandRunner::WaitForCommand(Result* result) { in WaitForCommand() function in RealCommandRunner
856 if (!command_runner_->WaitForCommand(&result) || in Build()
Dbuild.h153 virtual bool WaitForCommand(Result* result) = 0;
Dbuild_test.cc475 virtual bool WaitForCommand(Result* result);
626 bool FakeCommandRunner::WaitForCommand(Result* result) { in WaitForCommand() function in FakeCommandRunner