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/16657] Lock elision breaks pthread_mutex_trylock


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

Michael Matz <matz at suse dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matz at suse dot de

--- Comment #5 from Michael Matz <matz at suse dot de> ---
See e.g. https://bugzilla.novell.com/show_bug.cgi?id=865968 for software
that does check the return code of pthread_mutex_destroy.  Andi: the return
value of _destroy is not undefined, it may fail with EBUSY or EINVAL under
very specific circumstances.  In the case given it must not fail.

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