aboutsummaryrefslogtreecommitdiffstats
path: root/posix-aio-compat.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-21Properly handle pthread_cond_timedwait timing outmalc1-1/+1
2009-02-21Cosmeticsmalc1-11/+13
2009-02-21Avoid thundering herd problemmalc1-4/+4
2009-02-21Avoid infinite loop around timed condition variablemalc1-6/+7
2009-02-21Error checkingmalc1-24/+72
2009-01-24Rename sigev_signo to avoid FreeBSD problems (Juergen Lock)blueswir11-1/+1
2009-01-17Use kill instead of sigqueue: re-enables AIO on OpenBSDblueswir11-3/+1
2009-01-13Fix race in POSIX AIO emulation (Jan Kiszka)aliguori1-7/+2
2008-12-13Remove unnecessary trailing newlinesblueswir11-1/+0
2008-12-12Replace posix-aio with custom thread poolaliguori1-0/+202