Jiyoung Yun d3016ce02c Fix robust mutex daedlock [BZ #20263]
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-07-07 14:33:32 +02:00
..
2014-05-07 14:00:01 +02:00
2013-06-06 20:36:07 +02:00
2011-10-24 21:43:33 -04:00
2016-01-22 14:21:03 -02:00
2011-09-10 14:34:15 -04:00