aboutsummaryrefslogtreecommitdiff
path: root/posix-aio-compat.c
AgeCommit message (Expand)Author
2009-02-21Properly handle pthread_cond_timedwait timing outmalc
2009-02-21Cosmeticsmalc
2009-02-21Avoid thundering herd problemmalc
2009-02-21Avoid infinite loop around timed condition variablemalc
2009-02-21Error checkingmalc
2009-01-24Rename sigev_signo to avoid FreeBSD problems (Juergen Lock)blueswir1
2009-01-17Use kill instead of sigqueue: re-enables AIO on OpenBSDblueswir1
2009-01-13Fix race in POSIX AIO emulation (Jan Kiszka)aliguori
2008-12-13Remove unnecessary trailing newlinesblueswir1
2008-12-12Replace posix-aio with custom thread poolaliguori