网站首页  词典首页

请输入您要查询的英文单词:

 

单词 signal handler
释义

signal handler

  • 网络信号处理函数;信号处理程序;设置信号处理器
1.
信号处理函数
提供一个信号处理函数(signal handler),捕获到特定信号(SIGKILL与SIGSTOP不能被捕获)发生它就被调用,其原型是 void h…
www.cnblogs.com
2.
信号处理程序
信号处理程序(signal handler)来捕获(catching)信号.void handler(int signo);SIGKILL , SIGSTOP不能被捕获设置信号的处理办法 …
fanqiang.chinaunix.net
3.
设置信号处理器
220 设置信号处理器Signal Handler) 323221 Deamo 324222 控制Windows的应用程序 325223 取得本机名称 327224 变换 …
book.51cto.com
4.
信号句柄
由于子进程很少改变它们的信号句柄signal handler),所以如果子进程的宏:AC_FUNC_VPRINTF 如果找到了 vprintf ,就 …
www.cnblogs.com
5.
设置信号处理函数
如果应用程序需要处理信号 (signal) ,你需要设置信号处理函数 (signal handler) 。你不能在信号处理函数中调用 Photon 函数 …
blog.csdn.net
6.
处理常式
在Linux里,我们可以透过signal()於程式中设立处理常式signal handler),於对应之处理常式中,我们将可正确地停止RTSP …
dbmibu.blogspot.com

例句

释义:
1.
But you're better off setting flags -- and nothing else -- in a signal handler, as opposed to trying to create sophisticated handlers.
但是您最好只在一个信号处理器中设置标记(别的什么都不做),这胜过尝试创建复杂的处理器。
www.ibm.com
2.
The signal handler is called with a value of 18 (SIGCHLD), the child's exit is acknowledged, and the parent goes back to its sleep(60).
然后使用值18(SIGCHLD)来调用信号处理程序,确认子进程的退出,并且父进程返回到sleep(60)。
www.ibm.com
3.
Two signals are unable to be redefined by a signal handler.
两路信号无法重新定义,由一个信号处理器。
www.javaeye.com
4.
Note that condition functions are not asynchronously signal-safe and should not be called from a signal handler.
注意,条件函数并不是异步信号安全的,因此不能在信号处理函数中调用。
www.ibm.com
5.
What if the process was in the middle of allocating additional memory on its heap using malloc, and you call malloc from the signal handler?
如果当进程正在使用malloc在它的堆上分配额外的内存时,您通过信号处理器调用malloc,那会怎样?
www.ibm.com
6.
There can be only one signal handler per signal per process active at any instant.
在任何瞬间,只能有一个信号处理程序处理一个活动进程的一个信号。
www.ibm.com
7.
User-defined actions, where the signal is handled by a user-defined signal handler.
执行用户定义的操作,此时这个信号由一个用户定义的信号处理程序来处理。
www.ibm.com
8.
The first way is to install a signal handler for the SIGBUS signal, and then simply call return in the handler.
第一种方式是为SIGBUS信号设置信号处理程序,并在处理程序中简单的执行return语句。
blog.sina.com.cn
9.
A signal handler is a piece of code that is executed at the time of signal delivery.
信号处理程序(signalhandler)就是在接收到信号时所执行的代码。
www.ibm.com
10.
Prevents the client library from installing a SIGPIPE signal handler.
阻止客户端库安装一个SIGPIPE信号处理器。
hi.baidu.com
1.
The code in Listing 8 implements a signal handler to deal with the incoming SIGCHLD signal.
清单8中的代码实现了一个处理传入的SIGCHLD信号的信号处理程序。
www.ibm.com
2.
No process in the command subtree has a signal handler .
命令子树中的进程没有信号处理程序。
www.bing.com
3.
Now, in the signal handler you can't tell what the process was executing when the signal was caught.
现在,在信号处理器中您并不知道信号被捕获时进程正在执行什么内容。
www.ibm.com
4.
Saving and restoring the value of errno in the signal handler, as follows, can resolve the problem
如下,在信号处理器内保存和恢复errno的值,可以解决这一问题
www.ibm.com
5.
This example shows what can happen if a signal handler runs in the middle of modifying a variable
这个例子展示了在修改某个变量的过程中运行信号处理器可能会发生什么事情
www-128.ibm.com
6.
Listing 2 shows one way to register a signal handler
清单2给出了一种注册信号处理程序的方法
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/2/7 12:24:28