condvar: add implementation
authorSimon Schubert <corecode@dragonflybsd.org>
Fri, 11 Dec 2009 22:25:09 +0000 (23:25 +0100)
committerRui Paulo <rpaulo@FreeBSD.org>
Thu, 25 Feb 2010 16:17:57 +0000 (16:17 +0000)
commit6830d0fc0de36e92552f8aee97d44750f49c6a62
tree885bc92d7442b611fd8f819b19c30d31f5c2ebb7
parent6cd0715fcaa9775171012ec796f4e4d484fa9e99
condvar: add implementation

Add a small implementation of condition variables.  API design adopted
from FreeBSD.
sys/conf/files
sys/kern/kern_condvar.c [new file with mode: 0644]
sys/sys/condvar.h [new file with mode: 0644]