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

/freebsd-9.3-release/sys/sys/
H A Dtaskqueue.hdiff 177621 Tue Mar 25 20:38:45 MDT 2008 scottl Implement taskqueue_block() and taskqueue_unblock(). These functions allow
the owner of a queue to block and unblock execution of the tasks in the
queue while allowing tasks to continue to be added queue. Combining this
with taskqueue_drain() allows a queue to be safely disabled. The unblock
function may run (or schedule to run) the queue when it is called, just as
calling taskqueue_enqueue() would.

Reviewed by: jhb, sam
/freebsd-9.3-release/sys/kern/
H A Dsubr_taskqueue.cdiff 177621 Tue Mar 25 20:38:45 MDT 2008 scottl Implement taskqueue_block() and taskqueue_unblock(). These functions allow
the owner of a queue to block and unblock execution of the tasks in the
queue while allowing tasks to continue to be added queue. Combining this
with taskqueue_drain() allows a queue to be safely disabled. The unblock
function may run (or schedule to run) the queue when it is called, just as
calling taskqueue_enqueue() would.

Reviewed by: jhb, sam

Completed in 109 milliseconds