K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-05-17T22:49:03.000000Z K 7 svn:log V 303 During the code to pick a process to kill when memory is exhausted, keep the process in question locked as soon as we find it and determine it to be eligible until we actually kill it. To avoid deadlock, we don't block on the process lock but skip any process that is already locked during our search. END