diff options
author | halin-george <halin-george@yandex-team.ru> | 2022-02-10 16:50:07 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:07 +0300 |
commit | 7c7a0655bcf00449b1fcacc2c658cc4d5c3aca7b (patch) | |
tree | 41c83fd863c44839297aff8b2c301ec6b1853244 /util/system/sanitizers.h | |
parent | 811ece47d06924d20a94f89d1b0f5cd37254a49c (diff) | |
download | ydb-7c7a0655bcf00449b1fcacc2c658cc4d5c3aca7b.tar.gz |
Restoring authorship annotation for <halin-george@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/sanitizers.h')
-rw-r--r-- | util/system/sanitizers.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/util/system/sanitizers.h b/util/system/sanitizers.h index 965e5c751e..315d461bc2 100644 --- a/util/system/sanitizers.h +++ b/util/system/sanitizers.h @@ -20,7 +20,7 @@ namespace NSan { class TFiberContext { public: TFiberContext() noexcept; - TFiberContext(const void* stack, size_t len, const char* contName) noexcept; + TFiberContext(const void* stack, size_t len, const char* contName) noexcept; ~TFiberContext() noexcept; @@ -34,11 +34,11 @@ namespace NSan { void* Token_; const void* Stack_; size_t Len_; - + const bool IsMainFiber_; -#if defined(_tsan_enabled_) - void* const CurrentTSanFiberContext_; -#endif +#if defined(_tsan_enabled_) + void* const CurrentTSanFiberContext_; +#endif }; // Returns plain if no sanitizer enabled or sanitized otherwise |