DragonFly BSD
DragonFly commits List (threaded) for 2011-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: librt -- AIO: Implement SIGEV_THREAD for AIO completion notification.


From: Venkatesh Srinivas <vsrinivas@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 25 Feb 2011 19:42:26 -0800 (PST)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]