Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Feb 2009 01:16:51 +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:  <200902130117.n1D1H1Nu061620@repoman.freebsd.org>

index | next in thread | raw e-mail

thompsa     2009-02-13 01:16:51 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_taskqueue.c 
  Log:
  SVN rev 188548 on 2009-02-13 01:16:51Z by thompsa
  
  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.
  
  Reviewed by:    sam
  MFC after:      1 week
  
  Revision  Changes    Path
  1.47      +2 -2      src/sys/kern/subr_taskqueue.c


help

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