[LLVMbugs] [Bug 9089] New: mingw-w64: native threading implementation

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Jan 28 08:41:39 PST 2011


http://llvm.org/bugs/show_bug.cgi?id=9089

           Summary: mingw-w64: native threading implementation
           Product: libc++
           Version: unspecified
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
        AssignedTo: hhinnant at apple.com
        ReportedBy: vanboxem.ruben at gmail.com
                CC: llvmbugs at cs.uiuc.edu


libc++ can use pthreads, but that would be inefficient on Windows in the long
run.

Since Vista (NT6), Windows has native support for all the POSIX default
multi-threading API that pretty much makes up the C++0x threading support.

See for example:
http://msdn.microsoft.com/en-us/library/ms682052%28v=vs.85%29.aspx

Alternatively, the mingw-w64 project is working on a new pthreads for windows
internal library, because pthreads-win32 is awfully old and stale.

Mailing list discussion:
http://lists.cs.uiuc.edu/pipermail/cfe-dev/2011-January/012770.html

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list