看板 DFBSD_commit 關於我們 聯絡資訊
commit 84c338613e4dbad9f61cb6d8ea10c8cdc09faa98 Author: Venkatesh Srinivas <me@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