aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/timer_manager.cc
diff options
context:
space:
mode:
authorGravatar Eric Gribkoff <ericgribkoff@google.com>2018-06-26 19:56:53 -0700
committerGravatar Eric Gribkoff <ericgribkoff@google.com>2018-06-27 09:15:09 -0700
commite85e713d0b66259cf8f4aabfab8086784239473b (patch)
tree4a864ad17c5291b53e8a38a65d2b39e6633e70d8 /src/core/lib/iomgr/timer_manager.cc
parent0a6fdb20b46c1d9e4e276c99ddf95e078c9fc04b (diff)
timer manager: don't turn off threading in start_threads()
Diffstat (limited to 'src/core/lib/iomgr/timer_manager.cc')
-rw-r--r--src/core/lib/iomgr/timer_manager.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/timer_manager.cc b/src/core/lib/iomgr/timer_manager.cc
index 55be919bbb..26de216671 100644
--- a/src/core/lib/iomgr/timer_manager.cc
+++ b/src/core/lib/iomgr/timer_manager.cc
@@ -277,7 +277,6 @@ static void start_threads(void) {
g_threaded = true;
start_timer_thread_and_unlock();
} else {
- g_threaded = false;
gpr_mu_unlock(&g_mu);
}
}