git: kernel - Introduce a local marker to kqueue_scan()

Samuel Greear sjg at crater.dragonflybsd.org
Mon Jul 19 14:58:32 PDT 2010


commit 6e32cd64fe47e3780b38917735482134fd1e5a76
Author: Samuel J. Greear <sjg at thesjg.com>
Date:   Tue Jun 29 21:53:59 2010 +0000

    kernel - Introduce a local marker to kqueue_scan()
    
    * The local marker in kqueue_scan() allows multiple threads to operate on a kq
      at once by leap-frogging each others markers.

Summary of changes:
 sys/kern/kern_event.c |   21 ++++++++++++++++-----
 1 files changed, 16 insertions(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6e32cd64fe47e3780b38917735482134fd1e5a76


-- 
DragonFly BSD source repository





More information about the Commits mailing list