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 nptl/16063] New: Provide a pthread_once variant in libc directly


https://sourceware.org/bugzilla/show_bug.cgi?id=16063

            Bug ID: 16063
           Summary: Provide a pthread_once variant in libc directly
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: nptl
          Assignee: unassigned at sourceware dot org
          Reporter: fweimer at redhat dot com
                CC: drepper.fsp at gmail dot com

pthread_once is useful as a uniform initialization interface in libraries, even
if threads are not used.  If it were available unconditionally, libraries could
use it directly, without having to supply their own implementation for the
no-threads case.

-- 
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]