diff options
author | Evgueni Petrov <evgueni.s.petrov@gmail.com> | 2022-02-10 16:46:59 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:59 +0300 |
commit | 19d7d7947f95423df4b50d3a6e858cd689db06ed (patch) | |
tree | b31e808f1761fed50236a1ae5bda03cd3bb9d428 /util/thread/lfqueue.h | |
parent | 122c87ebe5797d52f1800afb02c87f751135d0a4 (diff) | |
download | ydb-19d7d7947f95423df4b50d3a6e858cd689db06ed.tar.gz |
Restoring authorship annotation for Evgueni Petrov <evgueni.s.petrov@gmail.com>. Commit 1 of 2.
Diffstat (limited to 'util/thread/lfqueue.h')
-rw-r--r-- | util/thread/lfqueue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/thread/lfqueue.h b/util/thread/lfqueue.h index ab523631e4..ccfedc167a 100644 --- a/util/thread/lfqueue.h +++ b/util/thread/lfqueue.h @@ -69,7 +69,7 @@ class TLockFreeQueue: public TNonCopyable { n = keepNext; } } - + alignas(64) TRootNode* volatile JobQueue; alignas(64) volatile TAtomic FreememCounter; alignas(64) volatile TAtomic FreeingTaskCounter; |