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

Gratian Crisan <gratian.crisan at ni dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #4786|0                           |1
        is obsolete|                            |
                 CC|                            |gratian.crisan at ni dot com

--- Comment #20 from Gratian Crisan <gratian.crisan at ni dot com> ---
Created attachment 7238
  --> https://sourceware.org/bugzilla/attachment.cgi?id=7238&action=edit
Ported to glibc 2.19

Changes since V2:
* Ported to glibc 2.19
* Dropped the changes related to making the external mutex associated with the
condvar PI-aware since they have been already committed.
* Moved lll_pi_lock()/lll_pi_unlock() to lowlevelpilock.c
* Changed the value bitmap in pthread_condattr to use only 1 bit for clock ID
This matches the equivalent bitmap in the __nwaiters field.
* Used the new condattr masks and shifts where appropriate

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