Searched hist:145729 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/sys/
H A Dtaskqueue.hdiff 145729 Sat Apr 30 22:38:11 MDT 2005 sam o enable shutdown of taskqueue threads; the thread servicing the queue checks
a new entry in the taskqueue struct each time it wakes up to see if it
should terminate
o adjust TASKQUEUE_DEFINE_THREAD & co. to record the thread/proc identity for
the shutdown rendezvous
o replace wakeup after adding a task to a queue with wakeup_one; this helps
queues where multiple threads are used to service tasks (e.g. acpi)
o remove NULL check of tq_enqueue method; it should never be NULL

Reviewed by: dfr, njl
/freebsd-9.3-release/sys/kern/
H A Dsubr_taskqueue.cdiff 145729 Sat Apr 30 22:38:11 MDT 2005 sam o enable shutdown of taskqueue threads; the thread servicing the queue checks
a new entry in the taskqueue struct each time it wakes up to see if it
should terminate
o adjust TASKQUEUE_DEFINE_THREAD & co. to record the thread/proc identity for
the shutdown rendezvous
o replace wakeup after adding a task to a queue with wakeup_one; this helps
queues where multiple threads are used to service tasks (e.g. acpi)
o remove NULL check of tq_enqueue method; it should never be NULL

Reviewed by: dfr, njl

Completed in 164 milliseconds