[PATCH] D123225: [ThreadPool] add ability to group tasks into separate  groups
    Luboš Luňák via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Apr 18 10:32:20 PDT 2022
    
    
  
llunak updated this revision to Diff 423425.
llunak added a comment.
Added asserts that wait() will not deadlock waiting for itself.
Added more documentation about deadlocks and usage from within threadpool's threads.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123225/new/
https://reviews.llvm.org/D123225
Files:
  llvm/include/llvm/Support/ThreadPool.h
  llvm/lib/Support/ThreadPool.cpp
  llvm/tools/llvm-profdata/llvm-profdata.cpp
  llvm/unittests/Support/ThreadPool.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123225.423425.patch
Type: text/x-patch
Size: 21984 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220418/07ff266e/attachment.bin>
    
    
More information about the llvm-commits
mailing list