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/11588] pthread condvars are not priority inheritance aware


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

--- Comment #50 from Darren Hart <darren.hart at intel dot com> ---
Torvald, I'm reading up (again :-) ) on the issues you've raised from the
Austin Group and building context on the use of the sequence locks, etc. Would
you share your implementation with me so I can see what kinds of changes are
being considered and help building support for the PI cases?

Regarding boosting waiters for sending signals. Current futex PI boosting is
based on the Linux kernel rtmutex. Can you elaborate on the what/why in your
statement:

> Essentially, we need to boost the priority of waiters that have to wake up from a 
> futex that is used to send signals, and have to confirm that they have woken up.

Thanks.

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