aboutsummaryrefslogtreecommitdiff
path: root/lib/librt/aio.c
Commit message (Expand)AuthorAgeFilesLines
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-1/+3
* Implement SIGEV_THREAD notifications for lio_listio(2)Alan Somers2017-07-211-8/+39
* Remove some private symbols from librtAlan Somers2017-07-201-5/+0
* Fix aio system call wrappers in librt.John Baldwin2016-07-141-7/+15
* Implement SIGEV_THREAD notification for aio_fsync.David Xu2006-03-241-18/+55
* 1. Always call user callback function in newly created thread, it seemsDavid Xu2006-03-071-3/+0
* Use a thread pool to process notification if sigev_notify_attributesDavid Xu2006-03-041-2/+2
* 1. Fix a race in aio_return.David Xu2006-03-011-6/+12
* Bring in my initial version of POSIX realtime extension library.David Xu2006-03-011-0/+156