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/23229] Realtime rwlock deadlock when writer has lower priority than readers


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

Torvald Riegel <triegel at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |triegel at redhat dot com
         Resolution|DUPLICATE                   |FIXED

--- Comment #2 from Torvald Riegel <triegel at redhat dot com> ---
It's a duplicate because it seems to rely on the TPS-specific requirements for
rwlock, which we do not intend to implement.

Furthermore, rwlocks aren't guaranteed to be safe to use in real-time
environments, in contrast to mutex kinds that provide PI.

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