kernel - Add lwkt_yield_quick()
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 20 Sep 2012 04:33:54 +0000 (21:33 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 20 Sep 2012 04:33:54 +0000 (21:33 -0700)
commit405041228ac2bcf301b9dedd7aa46e88618842c5
tree9720a5385440d87bd2b623c8ae9820f9425cf0aa
parent244e141173988d0adc1f5abeb60de011437aa3f3
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.
sys/kern/lwkt_thread.c
sys/sys/thread.h