Valgrind has a race-detection tool named Helgrind, but you're almost certainly better off using ThreadSanitizer, which is a similar race-detection tool that comes with clang and has wider use within Mozilla.

Helgrind intercepts calls to many POSIX pthreads functions, and is therefore able to report on various common problems. Although these are unglamourous errors, their presence can lead to undefined program behaviour and hard-to-find bugs later on. The detected errors are: unlocking an invalid mutex unlocking a not-locked mutex unlocking a mutex held by a different thread destroying an invalid or a
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く