summaryrefslogtreecommitdiff
path: root/apps/examples/ostest/aio.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes for more cppcheck complaints. Mostly cosmeticGregory Nutt2014-11-251-2/+2
* Trivial AIO-related changesGregory Nutt2014-10-091-9/+9
* Extend the AIO testGregory Nutt2014-10-071-54/+128
* Add another asynchronous I/O testGregory Nutt2014-10-071-7/+43
* AIO signal related fixes; extensino to AIO testGregory Nutt2014-10-071-2/+60
* Add test for aio_cancel() and fix some bugs found by the testGregory Nutt2014-10-061-3/+101
* AIO test improvementsGregory Nutt2014-10-061-10/+151
* Rename CONFIG_LIBC_AIO to CONFIG_FS_AIO since it is now an OS propertyGregory Nutt2014-10-051-2/+2
* More changes for AIO integrationGregory Nutt2014-10-051-9/+6
* First round of changes fo AIO integrationGregory Nutt2014-10-051-10/+16
* Add AIO test case in OS testGregory Nutt2014-10-051-0/+228