K 10 svn:author V 7 davidxu K 8 svn:date V 27 2003-06-20T03:36:45.000000Z K 7 svn:log V 349 When a STOP signal is being sent to a process, it is possible all threads in the process have already masked the signal, so job control is delayed. But later a thread unmasking the STOP signal should enable job control, so in issignal(), scanning all threads in process to see if we can direct suspend some of them, not just suspend current thread. END