nuttx/fs/aio
Gregory Nutt fc127fd297 sched/signal: Add a generic signal notification facility. Modify the custom IOB available notifier so that it is now just a wrapper around this generic signal notification. This generic signal notification faility will, eventually, be used to support network polling.
Squashed commit of the following:

    mm/iob:  The IOB available notifier is now just a wrapper around the common signal notifier.

    sched/signal:  Add a generic signal notification facility.

    sched/signal/sig_evthread.c:  More trivial naming changes.

    sched/signal:  Rename nxsig_notification() to nxsig_evthread() to make forthcoming naming additions more consistent.
2018-09-09 08:32:37 -06:00
..
aio_cancel.c This commit adds support for the MAX3421E to the viewtool-stm32107 board support 2018-07-13 10:45:08 -06:00
aio_fsync.c fs/vfs: Change the return value of internal function fs_getfilep(). It no longer sets the errno variable but, rather, returns errors in the same manner as other internal OS functions. 2017-10-11 08:39:19 -06:00
aio_initialize.c Squashed commit of the following: 2017-10-04 15:22:27 -06:00
aio_queue.c Remove some block comments before empty code sections 2016-04-11 18:16:04 -06:00
aio_read.c fs/aio: Fix one additional place where the errno variable is being accessed inappropriately. 2018-01-31 09:19:19 -06:00
aio_signal.c sched/signal: Add a generic signal notification facility. Modify the custom IOB available notifier so that it is now just a wrapper around this generic signal notification. This generic signal notification faility will, eventually, be used to support network polling. 2018-09-09 08:32:37 -06:00
aio_write.c Squashed commit of the following: 2017-09-30 10:41:21 -06:00
aio.h Fix a number of header files with mismatched 'extern C {' and '}' 2016-11-05 07:25:05 -06:00
aioc_contain.c Squashed commit of the following: 2018-01-30 11:08:18 -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