Skip to content

Commit

Permalink
Y_NO_SANITIZE
Browse files Browse the repository at this point in the history
google/sanitizers#1116

ref:a150ea15f1fcb6baf3d4ad282698e73b55bbb587
  • Loading branch information
gusev-p committed Jan 15, 2023
1 parent 75e9ae8 commit a82c0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/thread/pool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class TThreadPool::TImpl: public TIntrusiveListItem<TImpl>, public IThreadFactor
return ThreadCountReal;
}

inline void AtforkAction() noexcept {
inline void AtforkAction() noexcept Y_NO_SANITIZE("thread") {
Forked = true;
}

Expand Down

0 comments on commit a82c0a2

Please sign in to comment.