about summary refs log tree commit diff
path: root/src/aio/aio.c
Commit message (Expand)AuthorAgeFilesLines
* drop use of pthread_once for aio thread stack size initRich Felker2020-12-081-10/+8
* convert malloc use under libc-internal locks to use internal allocatorRich Felker2020-11-111-0/+5
* move aio implementation details to a proper internal headerRich Felker2020-10-141-0/+1
* fix fork of processes with active async io contextsRich Felker2020-09-281-0/+14
* on failed aio submission, set aiocb error and return valueRich Felker2018-12-111-2/+4
* don't create aio queue/map structures for invalid file descriptorsRich Felker2018-12-111-4/+8
* move aio queue allocation from io thread to submitting threadRich Felker2018-12-111-16/+21
* fix and future-proof against stack overflow in aio io threadsRich Felker2018-12-091-1/+12
* remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker2018-09-121-6/+6
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* make all objects used with atomic operations volatileRich Felker2015-03-031-1/+2
* fix type error (arch-dependent) in new aio codeRich Felker2015-02-141-1/+1
* overhaul aio implementation for correctnessRich Felker2015-02-131-0/+378