Files
semi-libc/src
Rich Felker 76ca7a5446 fix failure of internal futex __timedwait to report ECANCELED
as part of abstracting the futex wait, this function suppresses all
futex error values which callers should not see using a whitelist
approach. when the masked cancellation mode was added, the new
ECANCELED error was not whitelisted. this omission caused the new
pthread_cond_wait code using masked cancellation to exhibit a spurious
wake (rather than acting on cancellation) when the request arrived
after blocking on the cond var.
2015-02-27 23:25:45 -05:00
..
2014-09-05 03:28:00 -04:00
2015-02-08 19:13:09 +01:00
2015-02-09 01:16:35 +01:00
2015-01-30 21:58:28 -05:00