K 10 svn:author V 3 jhb K 8 svn:date V 27 2004-01-05T23:09:51.000000Z K 7 svn:log V 328 - Allow mtx_trylock() to recurse on a recursive mutex. Attempts to recurse on a non-recursive mutex will fail but will not trigger any assertions. - Add an assertion to mtx_lock() that one never recurses on a non-recursive mutex. This is mostly useful for the non-WITNESS case. Requested by: deischen, julian, others (1) END