diff options
author | Evgueni Petrov <[email protected]> | 2022-02-10 16:46:59 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:59 +0300 |
commit | 19d7d7947f95423df4b50d3a6e858cd689db06ed (patch) | |
tree | b31e808f1761fed50236a1ae5bda03cd3bb9d428 /util/thread | |
parent | 122c87ebe5797d52f1800afb02c87f751135d0a4 (diff) |
Restoring authorship annotation for Evgueni Petrov <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/thread')
-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 ab523631e4f..ccfedc167aa 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; |