Home
last modified time | relevance | path

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

/external/grpc-grpc/src/ruby/ext/grpc/
Drb_channel.c60 int channel_destroyed; member
130 if (!bg->channel_destroyed) { in grpc_rb_channel_safe_destroy()
132 bg->channel_destroyed = 1; in grpc_rb_channel_safe_destroy()
276 if (stack->bg->channel_destroyed) { in get_state_without_gil()
332 if (abort_channel_polling || stack->bg_wrapped->channel_destroyed) { in wait_for_watch_state_op_complete_without_gvl()
357 if (!bg->channel_destroyed) { in wait_for_watch_state_op_complete_unblocking_func()
359 bg->channel_destroyed = 1; in wait_for_watch_state_op_complete_unblocking_func()
529 GPR_ASSERT(target->channel_destroyed && target->refcount == 0); in bg_watched_channel_list_free_and_remove()
571 GPR_ASSERT(bg->channel_destroyed); in grpc_rb_channel_try_register_connection_polling()
576 if (bg->channel_destroyed || abort_channel_polling) { in grpc_rb_channel_try_register_connection_polling()
[all …]