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 | 74f28e6c6fad7c4b75d97dcc239d29df04e525cb (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/system/tls.cpp | |
parent | c3206fd73f199b90b23e450b1d30b63c8e13a5a6 (diff) | |
download | ydb-74f28e6c6fad7c4b75d97dcc239d29df04e525cb.tar.gz |
Restoring authorship annotation for <asa@yandex-team.ru>. Commit 2 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 99c11900fc..c2f1a04a14 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_; |