Home
last modified time | relevance | path

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

/external/grpc-grpc/src/ruby/ext/grpc/
Drb_channel.c70 bg_watched_channel* bg_wrapped; member
154 if (ch->bg_wrapped != NULL) { in grpc_rb_channel_free()
159 grpc_rb_channel_safe_destroy(ch->bg_wrapped); in grpc_rb_channel_free()
160 ch->bg_wrapped = NULL; in grpc_rb_channel_free()
193 wrapper->bg_wrapped = NULL; in grpc_rb_channel_alloc()
306 if (wrapper->bg_wrapped == NULL) { in grpc_rb_channel_get_connectivity_state()
311 stack.bg = wrapper->bg_wrapped; in grpc_rb_channel_get_connectivity_state()
319 bg_watched_channel* bg_wrapped; member
332 if (abort_channel_polling || stack->bg_wrapped->channel_destroyed) { in wait_for_watch_state_op_complete_without_gvl()
338 grpc_channel_watch_connectivity_state(stack->bg_wrapped->channel, in wait_for_watch_state_op_complete_without_gvl()
[all …]