diff options
author | nocomer <nocomer@yandex-team.ru> | 2022-02-10 16:51:48 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:48 +0300 |
commit | df2933eb0ef860ea5a47e630dfa493fd7171ff38 (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb /util/system/sanitizers.h | |
parent | 98445ce16e046ec9528200234bd53fcf7f9aa61b (diff) | |
download | ydb-df2933eb0ef860ea5a47e630dfa493fd7171ff38.tar.gz |
Restoring authorship annotation for <nocomer@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/sanitizers.h')
-rw-r--r-- | util/system/sanitizers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/sanitizers.h b/util/system/sanitizers.h index 0ba29db8c4..965e5c751e 100644 --- a/util/system/sanitizers.h +++ b/util/system/sanitizers.h @@ -25,7 +25,7 @@ namespace NSan { ~TFiberContext() noexcept; void BeforeFinish() noexcept; - void BeforeSwitch(TFiberContext* old) noexcept; + void BeforeSwitch(TFiberContext* old) noexcept; void AfterSwitch() noexcept; static void AfterStart() noexcept; @@ -35,7 +35,7 @@ namespace NSan { const void* Stack_; size_t Len_; - const bool IsMainFiber_; + const bool IsMainFiber_; #if defined(_tsan_enabled_) void* const CurrentTSanFiberContext_; #endif |