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 Jul 15, 2020
1 parent 7d7ca43 commit d51a34b
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 d51a34b

Please sign in to comment.