incubator-nuttx/fs/aio
Gregory Nutt a569006fd8 sched/: Make more naming consistent
Rename various functions per the quidelines of https://cwiki.apache.org/confluence/display/NUTTX/Naming+of+OS+Internal+Functions

    nxsem_setprotocol -> nxsem_set_protocol
    nxsem_getprotocol -> nxsem_get_protocol
    nxsem_getvalue -> nxsem_get_value
2020-05-17 14:01:00 -03: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
aio.h Check return from nxsem_wait_initialize() 2020-03-30 17:09:45 +01:00
aio_cancel.c Check return from nxsem_wait_initialize() 2020-03-30 17:09:45 +01:00
aio_fsync.c nxstyle: fixed various nxstyle warnings 2020-03-09 08:56:59 -06:00
aio_initialize.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03: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 Remove CONFIG_CAN_PASS_STRUCT 2020-04-11 21:19:47 +01:00
aio_write.c nxstyle: fixed various nxstyle warnings 2020-03-09 08:56:59 -06:00
aioc_contain.c Run nxstyle against all .c and .h files modified by this PR. 2020-05-09 14:19:08 -03:00