K 10 svn:author V 4 jake K 8 svn:date V 27 2001-02-26T23:27:35.000000Z K 7 svn:log V 235 Initialize native priority to PRI_MAX. It was usually 0 which made a process's priority go through the roof when it released a (contested) mutex. Only set the native priority in mtx_lock if hasn't already been set. Reviewed by: jhb END