K 10 svn:author V 3 mjg K 8 svn:date V 27 2017-02-06T09:40:14.257586Z K 7 svn:log V 326 locks: fix recursion support after recent changes When a relevant lockstat probe is enabled the fallback primitive is called with a constant signifying a free lock. This works fine for typical cases but breaks with recursion, since it checks if the passed value is that of the executing thread. Read the value if necessary. END