This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
fs
/
aio
History
Gregory Nutt
4c7b988525
Update some comments
2014-10-07 08:34:10 -06:00
..
aio_cancel.c
Fix some cornercase locking issues; make AIO lock re-entrant
2014-10-06 15:54:00 -06:00
aio_fsync.c
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_initialize.c
Eliminate a warning
2014-10-06 16:15:24 -06:00
aio_queue.c
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_read.c
Update some comments
2014-10-07 08:34:10 -06:00
aio_signal.c
Modify logic to use AIO control block container
2014-10-06 08:10:32 -06:00
aio_write.c
Update some comments
2014-10-07 08:34:10 -06:00
aio.h
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
aioc_contain.c
Fix some cornercase locking issues; make AIO lock re-entrant
2014-10-06 15:54:00 -06:00
Kconfig
Add a AIO control container to increase the payload with OS internal stuff.
2014-10-06 08:10:02 -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