Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Mar 2009 00:58:22 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern subr_taskqueue.c
Message-ID:  <200903110058.n2B0wZ3J037673@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
thompsa     2009-03-11 00:58:22 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/kern             subr_taskqueue.c 
  Log:
  SVN rev 189658 on 2009-03-11 00:58:22Z by thompsa
  
  MFC r188548
  
   Check the exit flag at the start of the taskqueue loop rather than the end. It
   is possible to tear down the taskqueue before the thread has run and the
   taskqueue loop would sleep forever.
  
  Revision  Changes    Path
  1.39.2.2  +2 -2      src/sys/kern/subr_taskqueue.c



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