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

git: kernel - Add lwkt_relpooltoken()


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 17 Sep 2010 01:47:08 -0700 (PDT)

commit 177e553af09a98309d1c3b722e7f9cf595517be3
Author: Matthew Dillon <dillon@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



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