Re: Scheduler: SIGSTOP on multi threaded processes

From: Roland McGrath
Date: Tue May 10 2005 - 16:18:49 EST


> - Can a SIGSTOP be in a pending state in Linux?

For short periods.

> - If kill(SIGSTOP,...) returns, does that mean that the corresponding
> process is completly suspended?

No. One or more threads of the process may still be running on another CPU
momentarily before they process the interrupt and stop for the signal.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/