This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/14092] New: Support C11 threads


http://sourceware.org/bugzilla/show_bug.cgi?id=14092

             Bug #: 14092
           Summary: Support C11 threads
           Product: glibc
           Version: 2.15
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jsm28@gcc.gnu.org
                CC: drepper.fsp@gmail.com
    Classification: Unclassified


It might be useful for glibc to implement the C11 <threads.h> functionality.

http://sourceware.org/ml/libc-alpha/2011-12/msg00059.html

has some comments about how this might be done without having a new shared
library.  (However, making pthreadtypes.h stay within the ISO C reserved
namespace may be harder than suggested there, because of C++ mangling issues;
see how when we gave the union that's pthread_attr_t a tag, it had to be
exactly "union pthread_attr_t" to avoid changing the mangling.)

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]