aboutsummaryrefslogtreecommitdiffstats
path: root/util/thread/pool.cpp
diff options
context:
space:
mode:
authorpaxakor <paxakor@yandex-team.ru>2022-02-10 16:47:32 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:32 +0300
commit40d35c046ee3a61ee2a581f42499c5ce56ac589a (patch)
treec0748b5dcbade83af788c0abfa89c0383d6b779c /util/thread/pool.cpp
parent7fdbed62e54b804e2c12b86a2c2bab12f61065df (diff)
downloadydb-40d35c046ee3a61ee2a581f42499c5ce56ac589a.tar.gz
Restoring authorship annotation for <paxakor@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/thread/pool.cpp')
-rw-r--r--util/thread/pool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/thread/pool.cpp b/util/thread/pool.cpp
index 89efdd75b7..05fad02e9b 100644
--- a/util/thread/pool.cpp
+++ b/util/thread/pool.cpp
@@ -516,7 +516,7 @@ private:
++Free_;
while (!Obj_ && !AllDone_) {
- if (!CondReady_.WaitT(Mutex_, IdleTime_)) {
+ if (!CondReady_.WaitT(Mutex_, IdleTime_)) {
break;
}
}