aboutsummaryrefslogtreecommitdiff
path: root/nptl/lowlevelrobustlock.c
AgeCommit message (Collapse)AuthorFilesLines
2016-07-07Fix robust mutex daedlock [BZ #20263]Jiyoung Yun1-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.
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-12-15Add comments for the generic lowlevellock implementation.Torvald Riegel1-2/+7
Patch by Bernard Ogden <bernie.ogden@linaro.org>.
2014-07-07Get rid of nptl/sysdeps/ entirely!Roland McGrath1-0/+128