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/14485] File corruption race condition in robust mutex unlocking


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

--- Comment #10 from Rich Felker <bugdal at aerifal dot cx> ---
Torvald, the distinction between unmap and destroy+unmap may be significant in
that the costly synchronization could be tucked away in pthread_mutex_destroy
to deal with the latter case but not the former. So I think this realistically
comes into any performance-based argument of what the standard should mandate.

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