git: librt -- AIO: Implement SIGEV_THREAD for AIO completion notification.
Venkatesh Srinivas
vsrinivas at crater.dragonflybsd.org
Fri Feb 25 19:43:57 PST 2011
commit 84c338613e4dbad9f61cb6d8ea10c8cdc09faa98
Author: Venkatesh Srinivas <me at endeavour.zapto.org>
Date: Fri Feb 25 19:40:31 2011 -0800
librt -- AIO: Implement SIGEV_THREAD for AIO completion notification.
SIGEV_THREAD launches a libthread thread in response to I/O completion.
We link librt against libthread to allow access to the pthread_*
routines.
Summary of changes:
lib/librt/Makefile | 1 +
lib/librt/aio.c | 80 ++++++++++++++++++++++++++++++----------------------
2 files changed, 47 insertions(+), 34 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/84c338613e4dbad9f61cb6d8ea10c8cdc09faa98
--
DragonFly BSD source repository
More information about the Commits
mailing list