Searched refs:id_channel (Results 1 – 2 of 2) sorted by relevance
467 for (const auto& id_channel : channels_) { in disconnectFrontend() local468 if (id_channel.second->retainingContext()) in disconnectFrontend()560 for (const auto& id_channel : channels_) { in schedulePauseOnNextStatement() local561 id_channel.second->schedulePauseOnNextStatement(reason); in schedulePauseOnNextStatement()566 for (const auto& id_channel : channels_) { in hasConnectedSessions() local568 if (id_channel.second->preventShutdown()) in hasConnectedSessions()576 for (const auto& id_channel : channels_) { in notifyWaitingForDisconnect() local577 if (id_channel.second->notifyWaitingForDisconnect()) in notifyWaitingForDisconnect()
40 static ID id_channel; variable466 rb_ivar_set(res, id_channel, self); in grpc_rb_channel_create_call()815 id_channel = rb_intern("__channel"); in Init_grpc_channel()