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 #48 from Torvald Riegel <triegel at redhat dot com> ---
The problem here is that the Austin Group has clarified that POSIX requires
stronger ordering guarantees wrt. waiters vs. signals than what the current
implementation offers.  We can implement them, but we're not aware of an
(efficient) implementation that fulfills both these clarified POSIX
requirements and can do PI under all circumstances:

https://sourceware.org/ml/libc-alpha/2014-08/msg00287.html

If you have further input on these choices, please comment on libc-alpha.

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