From 8e39421d5f7b28ca12255c9a4fd8a6c593592588 Mon Sep 17 00:00:00 2001 From: agalakhov <agalakhov@yandex-team.ru> Date: Thu, 10 Feb 2022 16:49:51 +0300 Subject: Restoring authorship annotation for <agalakhov@yandex-team.ru>. Commit 2 of 2. --- library/cpp/coroutine/engine/condvar.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'library/cpp/coroutine/engine/condvar.h') diff --git a/library/cpp/coroutine/engine/condvar.h b/library/cpp/coroutine/engine/condvar.h index 7629392399..ffceede6fa 100644 --- a/library/cpp/coroutine/engine/condvar.h +++ b/library/cpp/coroutine/engine/condvar.h @@ -11,9 +11,9 @@ public: const int ret = WaitQueue_.WaitD(current, deadline); if (ret != EWAKEDUP) { - return ret; - } - + return ret; + } + return mutex->LockD(current, deadline); } -- cgit v1.2.3