git: kernel - Add lwkt_yield_quick()
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Sep 19 21:42:06 PDT 2012
commit 405041228ac2bcf301b9dedd7aa46e88618842c5
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Sep 19 21:33:54 2012 -0700
kernel - Add lwkt_yield_quick()
* Add a quick version of lwkt_yield() which does not try to round-robin
LWKT threads at the same priority.
Summary of changes:
sys/kern/lwkt_thread.c | 22 ++++++++++++++++++++++
sys/sys/thread.h | 1 +
2 files changed, 23 insertions(+), 0 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/405041228ac2bcf301b9dedd7aa46e88618842c5
--
DragonFly BSD source repository
More information about the Commits
mailing list