nuttx/fs/aio
2020-03-09 08:56:59 -06:00
..
aio_cancel.c nxstyle: fixed various nxstyle warnings 2020-03-09 08:56:59 -06:00
aio_fsync.c nxstyle: fixed various nxstyle warnings 2020-03-09 08:56:59 -06:00
aio_initialize.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
aio_queue.c aio_cancel need signal caller after the succeed and fix minor issue in the error handler 2019-01-27 09:39:33 -06:00
aio_read.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
aio_signal.c sched/signal and related changes to other OS subsystems. 2019-01-27 09:28:59 -06:00
aio_write.c nxstyle: fixed various nxstyle warnings 2020-03-09 08:56:59 -06:00
aio.h nxstyle: fixed various nxstyle warnings 2020-03-09 08:56:59 -06:00
aioc_contain.c fs/: Run all .c files under fs/ through tools/nxstyle. 2019-10-27 11:48:14 -06:00
Kconfig Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -06:00
Make.defs The Asynch I/O implementation now satisfies POSIX priority requirements; it uses the new low priority worker thread interfaces to adjust the priority of the worker thread according to the priority of the client thread 2014-10-07 08:24:50 -06:00