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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to