Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Oct 2004 04:16:01 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern subr_taskqueue.c src/sys/sys _task.h taskqueue.h
Message-ID:  <200410050416.i954G1Xv012614@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2004-10-05 04:16:01 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_taskqueue.c 
    sys/sys              _task.h taskqueue.h 
  Log:
  Add taskqueue_drain.  This waits for the specified task to finish, if
  running, or returns.  The calling program is responsible for making sure
  that nothing new is enqueued.
  
  # man page coming soon.
  
  Revision  Changes    Path
  1.25      +14 -0     src/sys/kern/subr_taskqueue.c
  1.3       +3 -0      src/sys/sys/_task.h
  1.12      +2 -0      src/sys/sys/taskqueue.h



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