Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Feb 2006 21:56:13 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_exit.c kern_kthread.c
Message-ID:  <200602062156.k16LuDNq002984@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2006-02-06 21:56:13 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_exit.c kern_kthread.c 
  Log:
  - Move the wakeup() for exiting kthreads out of exit1() and into
    kthread_exit() as that is cleaner and less obscured.  It also does the
    wakeup sooner.
  - Add some comments to kthread_exit().
  
  Revision  Changes    Path
  1.281     +0 -6      src/sys/kern/kern_exit.c
  1.35      +12 -0     src/sys/kern/kern_kthread.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602062156.k16LuDNq002984>