Searched refs:shutdown_started (Results 1 – 4 of 4) sorted by relevance
47 int shutdown_started = 0; in bad_ssl_run() local70 if (got_sigint && !shutdown_started) { in bad_ssl_run()80 shutdown_started = 1; in bad_ssl_run()93 GPR_ASSERT(shutdown_started); in bad_ssl_run()
178 int shutdown_started = 0; in main() local233 if (got_sigint && !shutdown_started) { in main()246 shutdown_started = 1; in main()269 GPR_ASSERT(shutdown_started); in main()295 if (!shutdown_started) request_call(); in main()308 if (!shutdown_started) request_call(); in main()313 GPR_ASSERT(shutdown_started); in main()
155 int shutdown_started = 0; in main() local223 if (got_sigint && !shutdown_started) { in main()234 shutdown_started = 1; in main()311 GPR_ASSERT(shutdown_started); in main()
659 const bool shutdown_started = state_->IncrementNumTasksBlockingShutdown(); in BeforePostTask() local661 if (shutdown_started) { in BeforePostTask()724 const bool shutdown_started = state_->IncrementNumTasksBlockingShutdown(); in BeforeRunTask() local726 if (shutdown_started) { in BeforeRunTask()