Home
last modified time | relevance | path

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

/external/grpc-grpc/src/ruby/ext/grpc/
Drb_channel.c108 static int channel_polling_thread_started = 0; variable
275 GPR_ASSERT(abort_channel_polling || channel_polling_thread_started); in get_state_without_gil()
568 GPR_ASSERT(channel_polling_thread_started || abort_channel_polling); in grpc_rb_channel_try_register_connection_polling()
610 GPR_ASSERT(!channel_polling_thread_started); in run_poll_channels_loop_no_gil()
611 channel_polling_thread_started = 1; in run_poll_channels_loop_no_gil()
695 while (!channel_polling_thread_started && !abort_channel_polling && in wait_until_channel_polling_thread_started_no_gil()
739 GPR_ASSERT(!channel_polling_thread_started); in grpc_rb_channel_polling_thread_start()