For example, if you send signal SIGSTOP to a process, the process suspends.
例如,如果您将信号SIGSTOP发送到某个进程,该进程将挂起。
After sending SIGSTOP, the process changed state, becoming suspended or stopped.
在发送SIGSTOP之后,该进程会改变状态,变为挂起或停止。
Special signals like SIGSTOP would have to be handled by the kernel and for all threads.
SIGSTOP等专用信号必须由内核来为所有线程处理。
On receipt of signals like SIGSTOP, SIGTSTP, and so on, the process arrives at this state.
接收到SIGSTOP和 SIGTSTP 等信号时,进程将进入这种状态。
Pausing a container is conceptually similar to sending the SIGSTOP signal to all the processes in a container.
暂停一个容器在概念上类似于将 SIGSTOP信号发送到一个容器中的所有进程。
The user process is not allowed to install handlers for all signals; for instance, installing handlers for SIGKILL and SIGSTOP are not permitted.
用户进程不允许为所有信号安装处理程序;例如,不允许为SIGKILL和SIGSTOP 安装处理程序。
The user process is not allowed to install handlers for all signals; for instance, installing handlers for SIGKILL and SIGSTOP are not permitted.
用户进程不允许为所有信号安装处理程序;例如,不允许为SIGKILL和SIGSTOP 安装处理程序。
应用推荐