about summary refs log tree commit diff
path: root/support/xpthread_rwlockattr_setkind_np.c
Commit message (Collapse)AuthorAgeFilesLines
* rwlock: Fix explicit hand-over (bug 21298)Carlos O'Donell2017-07-281-0/+27
Without this fix, the rwlock can fail to execute the explicit hand-over in certain cases (e.g., empty critical sections that switch quickly between read and write phases). This can then lead to errors in how __wrphase_futex is accessed, which in turn can lead to deadlocks.