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 #35 from John Ogness <john.ogness at linutronix dot de> ---
@Gratian: Maybe while you are at it, you can change the protocol enum in
internaltypes.h to:

enum {
  COND_PRIO_INHERIT = 1,
  COND_PRIO_PROTECT
};

Although technically irrelevant, I found it confusing why it begins with 2.
This was probably the reason for Darren's oversight in the protocol shift bug.

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