Method code for $mutex._test_locks()

[Turn on line numbering]
arg tid, values;
var i;

return filter i in (values) where (!._test_lock(tid, i));

["// Created 11-Mar-1997 as a part of ColdCore, see: @help Credit"]

the Cold Dark