Home
last modified time | relevance | path

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

/external/grpc-grpc/src/ruby/ext/grpc/
Drb_channel.c75 typedef struct watch_state_op { struct
88 } watch_state_op; typedef
118 watch_state_op* op, int success) { in grpc_rb_channel_watch_connection_state_op_complete()
326 watch_state_op* op = NULL; in wait_for_watch_state_op_complete_without_gvl()
336 op = gpr_zalloc(sizeof(watch_state_op)); in wait_for_watch_state_op_complete_without_gvl()
566 watch_state_op* op = NULL; in grpc_rb_channel_try_register_connection_polling()
588 op = gpr_zalloc(sizeof(watch_state_op)); in grpc_rb_channel_try_register_connection_polling()
604 watch_state_op* op = NULL; in run_poll_channels_loop_no_gil()
623 op = (watch_state_op*)event.tag; in run_poll_channels_loop_no_gil()
631 (watch_state_op*)event.tag, event.success); in run_poll_channels_loop_no_gil()