commit 177e553af09a98309d1c3b722e7f9cf595517be3
Author: Matthew Dillon <[email protected]>
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

Reply via email to