diff options
author | asa <asa@yandex-team.ru> | 2022-02-10 16:50:54 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:54 +0300 |
commit | c3206fd73f199b90b23e450b1d30b63c8e13a5a6 (patch) | |
tree | d93bfff83fa543d6c347c2e3a0994b478115e8b1 /util/system/tls.cpp | |
parent | e13b11cc555cf840f384b0a13c95fda563c7e81b (diff) | |
download | ydb-c3206fd73f199b90b23e450b1d30b63c8e13a5a6.tar.gz |
Restoring authorship annotation for <asa@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/tls.cpp')
-rw-r--r-- | util/system/tls.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/system/tls.cpp b/util/system/tls.cpp index c2f1a04a14..99c11900fc 100644 --- a/util/system/tls.cpp +++ b/util/system/tls.cpp @@ -11,9 +11,9 @@ #if defined(_unix_) #include <pthread.h> #endif - + using namespace NTls; - + namespace { static inline TAtomicBase AcquireKey() { static TAtomic cur; @@ -59,7 +59,7 @@ namespace { inline void* Get() const noexcept { return Data_; } - + private: void* Data_; TDtor Dtor_; |