Home
last modified time | relevance | path

Searched refs:server_started_condition (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/test/cpp/interop/
Dinterop_server.cc333 ServerStartedCondition* server_started_condition) { in RunServer() argument
334 RunServer(creds, port, server_started_condition, nullptr); in RunServer()
339 ServerStartedCondition* server_started_condition, in RunServer() argument
365 if (server_started_condition) { in RunServer()
366 std::unique_lock<std::mutex> lock(server_started_condition->mutex); in RunServer()
367 server_started_condition->server_started = true; in RunServer()
368 server_started_condition->condition.notify_all(); in RunServer()
Dserver_helper.h75 ServerStartedCondition* server_started_condition);
95 ServerStartedCondition* server_started_condition,