Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Aug 2004 02:37:22 +0000 (UTC)
From:      John-Mark Gurney <jmg@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 taskqueue.h src/share/man/man9 taskqueue.9
Message-ID:  <200408080237.i782bMSB086654@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmg         2004-08-08 02:37:22 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_taskqueue.c 
    sys/sys              taskqueue.h 
    share/man/man9       taskqueue.9 
  Log:
  rearange some code that handles the thread taskqueue so that it is more
  generic.  Introduce a new define TASKQUEUE_DEFINE_THREAD that takes a
  single arg, which is the name of the queue.
  
  Document these changes.
  
  Revision  Changes    Path
  1.12      +17 -5     src/share/man/man9/taskqueue.9
  1.24      +16 -13    src/sys/kern/subr_taskqueue.c
  1.11      +11 -0     src/sys/sys/taskqueue.h



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