<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Parallel.h's use of of concrt / ppl is incorrect"
   href="https://bugs.llvm.org/show_bug.cgi?id=41198">41198</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Parallel.h's use of of concrt / ppl is incorrect
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libraries
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Support Libraries
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>nicolasweber@gmx.de
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Writes BillyONeil (<a href="https://reviews.llvm.org/D59676#1438927">https://reviews.llvm.org/D59676#1438927</a>):

'''There's also an issue here that this code is using std::mutex with ConcRT
powered machinery like Concurrency::parallel_for_each, which is not supported
and is likely to result in deadlocks. ConcRT assumes that everything you give
to it is non-blocking, so you can't use Concurrency::parallel_for_each with
platform synchronization primitives. (This is the biggest reason we, MSVC++,
are moving away from ConcRT as a technoligy and did not use it to power our
parallel algorithms implementation)'''


We should probably move off concrt / ppl then.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>