K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-10-26T06:32:21.000000Z K 7 svn:log V 320 Add locking to taskqueues. There is one mutex per task, one mutex per queue, and a mutex to protect the global list of taskqueues. The only visible change is that a TASK_DESTROY() macro has been added to mirror the TASK_INIT() macro to destroy a task before it is free'd. Submitted by: Andrew Reiter END