signal handler 双语例句
全部
1·The signal handler cannot be set.
无法设置信号处理程序。
2·The call was interrupted by a signal handler.
函数调用被信号处理函数中断。
3·Listing 2 shows one way to register a signal handler.
清单2给出了一种注册信号处理程序的方法。
4·These two signals cannot be caught by a signal handler.
这两个信号不能被“捕获”的一个信号处理器。
5·Two signals are unable to be redefined by a signal handler.
两路信号无法重新定义,由一个信号处理器。
6·Suppose that the signal handler USES gethostbyname, which is non-reentrant.
假定信号处理器使用了不可重入的gethostbyname。
7·There can be only one signal handler per signal per process active at any instant.
在任何瞬间,只能有一个信号处理程序处理一个活动进程的一个信号。
8·The code in Listing 8 implements a signal handler to deal with the incoming SIGCHLD signal.
清单8中的代码实现了一个处理传入的SIGCHLD信号的信号处理程序。
9·The process then continues executing, but the instructions in the signal handler are now executed.
然后进程继续执行, 但现在执行的是信号处理器中的指令。
10·This example shows what can happen if a signal handler runs in the middle of modifying a variable.
这个例子展示了在修改某个变量的过程中运行信号处理器可能会发生什么事情?
