aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
diff options
context:
space:
mode:
authorGravatar Eric Gribkoff <ericgribkoff@google.com>2018-06-27 10:05:31 -0700
committerGravatar GitHub <noreply@github.com>2018-06-27 10:05:31 -0700
commitd572b166b14321fa5b5a1b700a5cead4ed528581 (patch)
tree4a864ad17c5291b53e8a38a65d2b39e6633e70d8 /src/core/lib
parent0a6fdb20b46c1d9e4e276c99ddf95e078c9fc04b (diff)
parente85e713d0b66259cf8f4aabfab8086784239473b (diff)
Merge pull request #15887 from ericgribkoff/dont_turn_off
timer manager: don't turn off threading in start_threads()
Diffstat (limited to 'src/core/lib')
-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);
}
}