Home
last modified time | relevance | path

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

/third_party/node/src/
Dinspector_agent.cc467 for (const auto& id_channel : channels_) { in disconnectFrontend() local
468 if (id_channel.second->retainingContext()) in disconnectFrontend()
560 for (const auto& id_channel : channels_) { in schedulePauseOnNextStatement() local
561 id_channel.second->schedulePauseOnNextStatement(reason); in schedulePauseOnNextStatement()
566 for (const auto& id_channel : channels_) { in hasConnectedSessions() local
568 if (id_channel.second->preventShutdown()) in hasConnectedSessions()
576 for (const auto& id_channel : channels_) { in notifyWaitingForDisconnect() local
577 if (id_channel.second->notifyWaitingForDisconnect()) in notifyWaitingForDisconnect()
/third_party/grpc/src/ruby/ext/grpc/
Drb_channel.c40 static ID id_channel; variable
466 rb_ivar_set(res, id_channel, self); in grpc_rb_channel_create_call()
815 id_channel = rb_intern("__channel"); in Init_grpc_channel()