cvs commit: src/sys/kern subr_taskqueue.c src/sys/sys taskqueue.h src/share/man/man9 taskqueue.9

John-Mark Gurney jmg at FreeBSD.org
Sat Aug 7 19:37:22 PDT 2004


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


More information about the cvs-src mailing list