about summary refs log tree commit diff
path: root/nptl/lowlevelrobustlock.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix robust mutex daedlock [BZ #20263]Jiyoung Yun2016-07-071-2/+5
| | | | | | | | | | In Linux/ARM environment, a robust mutex can't catch the timeout result when it is already owned by other thread and requests to try lock with a specific time value(pthread_mutex_timedlock). The futex already returns the ETIMEDOUT result but there is no check the return value and it makes a deadlock. * nptl/lowlevelrobustlock.c: Implement ETIMEDOUT logic.
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
|
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
|
* Add comments for the generic lowlevellock implementation.Torvald Riegel2014-12-151-2/+7
| | | | Patch by Bernard Ogden <bernie.ogden@linaro.org>.
* Get rid of nptl/sysdeps/ entirely!Roland McGrath2014-07-071-0/+128