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
..
aio_cancel.c
aio_fsync.c
aio_initialize.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
aio_queue.c
aio_read.c
aio_signal.c
aio_write.c
aio.h
aioc_contain.c Run nxstyle against all .c and .h files modified by this PR. 2020-05-09 14:19:08 -03:00
Kconfig
Make.defs