https://bugs.llvm.org/show_bug.cgi?id=44575

            Bug ID: 44575
           Summary: Switch to using C11 thread implementation on Fuchsia
           Product: libc++
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: unassignedclangb...@nondot.org
          Reporter: pho...@chromium.org
                CC: llvm-bugs@lists.llvm.org, mclow.li...@gmail.com

C11 thread is the native implementation on Fuchsia with pthread being an
emulation on top. libc++ already has C11 thread support since ab9aefe, but it
turned out that mtx_t support for recursive mutexes in Fuchsia needs to be
improved so we cannot switch to it yet. Once that blocker is cleared, we should
switch Fuchsia to use C11 thread implementation.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to