git: condvar: add implementation

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Apr 14 09:56:36 PDT 2010


commit 6830d0fc0de36e92552f8aee97d44750f49c6a62
Author: Simon Schubert <corecode at dragonflybsd.org>
Date:   Fri Dec 11 23:25:09 2009 +0100

    condvar: add implementation
    
    Add a small implementation of condition variables.  API design adopted
    from FreeBSD.

Summary of changes:
 sys/conf/files          |    1 +
 sys/kern/kern_condvar.c |   56 +++++++++++++++++++++++++++++++++++++++++++++++
 sys/sys/condvar.h       |   36 ++++++++++++++++++++++++++++++
 3 files changed, 93 insertions(+), 0 deletions(-)
 create mode 100644 sys/kern/kern_condvar.c
 create mode 100644 sys/sys/condvar.h

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6830d0fc0de36e92552f8aee97d44750f49c6a62


-- 
DragonFly BSD source repository





More information about the Commits mailing list