[llvm-bugs] [Bug 44575] New: Switch to using C11 thread implementation on Fuchsia
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Jan 16 14:47:29 PST 2020
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: unassignedclangbugs at nondot.org
Reporter: phosek at chromium.org
CC: llvm-bugs at lists.llvm.org, mclow.lists at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200116/00a34089/attachment.html>
More information about the llvm-bugs
mailing list