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 #27 from Torvald Riegel <triegel at redhat dot com> ---
I'm also working on a new condvar implementation, motivated by a POSIX
clarification that requires stronger signaler--waiter guarantees than what's
guaranteed by the current implementation (IOW, the current implementation does
not fulfill POSIX requirements).  The new implementation also fixes an ABA
issue in the current implementation. The PI support in there is incomplete yet,
however, and it might require futex changes/additions.

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