Files
semi-libc/src/thread
Rich Felker c0ed5a201b suppress EINTR in sem_wait and sem_timedwait
per POSIX, the EINTR condition is an optional error for these
functions, not a mandatory one. since old kernels (pre-2.6.22) failed
to honor SA_RESTART for the futex syscall, it's dangerous to trust
EINTR from the kernel. thankfully POSIX offers an easy way out.
2015-01-15 07:21:02 -05:00
..
2014-06-19 02:48:45 -04:00
2011-02-12 00:22:29 -05:00
2014-09-06 22:07:22 -04:00
2014-09-06 22:07:22 -04:00
2014-09-06 22:07:22 -04:00
2014-09-06 22:07:22 -04:00
2014-09-06 22:07:22 -04:00
2014-09-06 22:07:22 -04:00
2011-03-04 00:45:59 -05:00
2011-03-04 00:45:59 -05:00
2011-03-04 00:45:59 -05:00
2011-04-17 11:43:03 -04:00