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/14920] New: Implement FUTEX_WAIT_REQUEUE_PI for non-x86


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

             Bug #: 14920
           Summary: Implement FUTEX_WAIT_REQUEUE_PI for non-x86
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: nptl
        AssignedTo: siddhesh@redhat.com
        ReportedBy: siddhesh@redhat.com
                CC: drepper.fsp@gmail.com
    Classification: Unclassified


FUTEX_WAIT_REQUEUE_PI is currently implemented only in x86 versions of
pthread_cond_*wait.  Sync up the C implementations of pthread_cond_*wait with
them and hence allow other architectures to take advantage of PI in condition
variables.

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