Searched refs:server_started_condition (Results 1 – 2 of 2) sorted by relevance
333 ServerStartedCondition* server_started_condition) { in RunServer() argument334 RunServer(creds, port, server_started_condition, nullptr); in RunServer()339 ServerStartedCondition* server_started_condition, in RunServer() argument365 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()
75 ServerStartedCondition* server_started_condition);95 ServerStartedCondition* server_started_condition,