git: kernel - Add lwkt_relpooltoken()
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Sep 17 01:47:53 PDT 2010
commit 177e553af09a98309d1c3b722e7f9cf595517be3
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Fri Sep 17 01:30:10 2010 -0700
kernel - Add lwkt_relpooltoken()
* Add a convenience function that is symmetric with lwkt_getpooltoken(),
though slightly slower than simply lwkt_reltoken()'ing the token returned
by lwkt_getpooltoken().
Summary of changes:
sys/kern/lwkt_token.c | 13 +++++++++++++
sys/sys/thread.h | 1 +
2 files changed, 14 insertions(+), 0 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/177e553af09a98309d1c3b722e7f9cf595517be3
--
DragonFly BSD source repository
More information about the Commits
mailing list