Searched refs:g_thread_count (Results 1 – 1 of 1) sorted by relevance
47 static int g_thread_count; variable82 ++g_thread_count; in start_timer_thread_and_unlock()253 --g_thread_count; in timer_thread_cleanup()254 if (0 == g_thread_count) { in timer_thread_cleanup()289 g_thread_count = 0; in grpc_timer_manager_init()308 gpr_log(GPR_INFO, "num timer threads: %d", g_thread_count); in stop_threads()310 while (g_thread_count > 0) { in stop_threads()313 gpr_log(GPR_INFO, "num timer threads: %d", g_thread_count); in stop_threads()