K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-03-07T02:36:47.000000Z K 7 svn:log V 453 - Use _PHOLD and move it before a PROC_UNLOCK to reduce the number of mutex operations in kthread_create(). - Lock a kthread's proc before changing its parent via proc_reparent(). - Test P_KTHREAD not P_SYSTEM in kthread_suspend() and kthread_resume(). P_SYSTEM just means that the process shouldn't be swapped and is used for vinum's daemon for example. - Lock all the signal state used for suspending and resuming kthreads with the proc lock. END