英语人>词典>汉英 : 调用等待 的英文翻译,例句
调用等待 的英文翻译、例句

调用等待

词组短语
call waiting
更多网络例句与调用等待相关的网络例句 [注:此内容来源于网络,仅供参考]

Threads that call WaitOne on the ManualResetEvent will block, awaiting the signal.

调用 ManualResetEvent 上的 WaitOne 的线程将阻塞,并等待信号。

BAS file in your project and call it using "Call GoToSleep" where x is the number of you want it to sleep for.

BAS文件中,用"Call GoToSleep"调用它,x代表你需要等待的毫秒数。

Related to real application adn by means of the character that int28 idle call is excuted cyclically when DOS kernel waits to input and output, rear program is used as Int28 interrupt service program.So rear I/O operation can be competely controlled by DOS. And thus system security is ensured.

结合具体应用,利用DOS内核在等待输入输出时循环执行INT28空闲调用这一特点,将后台程序作为INT28中断服务程序,实现了后台I/O操作完全在DOS控制下进行,从而保障了系统的安全性。

This procedure aims to demonstrate the process of initiating and wait for the end of the call other procedures.

本程序旨在演示启动和等待进程结束的方式调用其他程序的方法。

It invokes the right function on the remote machine and waits for a response.

它然后在远程服务器上调用合适的函数并等待其响应。

In this case, the fire post-processing call will be invoked to wait for the workflow response in the blocking manner on the service side.

在这种情况下,火灾后处理的电话将调用等待在关于服务端阻塞方式工作流程的反应。

When a joinable thread terminates, its memory resources are not deallocated until another thread performs pthread_join on it. Therefore, pthread_join must be called once for each joinable thread created to avoid memory leaks.

线程创建时,默认属性是可接合的,那就需要主线程来等待,所以在创建这个线程后适当的时候就必须调用pthread_join来等待子线程结束执行,否则就会引起内存泄漏!

When a thread owns a critical section, it can make additional calls to EnterCriticalSection or TryEnterCriticalSection without blocking its execution. This prevents a thread from deadlocking itself while waiting for a critical section that it already owns.

但一个线程获得临界区时,如果再次调用 EnterCriticalSection 或者 TryEnterCriticalSection 将不会使其阻塞,这就预防了线程在等待一个自己已经拥有的临界区时死锁自己。

The third aspect is to complete the asynchrony invocation to depressing the dependence of provider and requester.

针对目前区分操作系统的方法难度较高的问题,设计了结合人工识别和代码区分的改进方法;第三个方面是降低服务双方时间上的依赖程度,这主要是指客户端可以异步地调用服务器端的服务,而不需要阻塞等待回应。

更多网络解释与调用等待相关的网络解释 [注:此内容来源于网络,仅供参考]

epoch:新纪元

返回对话的创建时间,按照从新纪元(epoch)开始的秒数. 初始化对话锁. 无需每次都调用这个方法,仅在子类打算(intend)使用互斥锁(alternative lock)时使用. 锁住对话. 如果对话已经被其他线程/进程锁住,则等待到锁被释放(release)时.

hang up:挂起

寄存器S7的作用有两个,一个是呼叫建立连接的过程中,本地调制解调器拨完号后等待对端调制解调器载波信号的时长,如果在S7规定的时间内,没有收到载波信号则挂起(Hang up);第二个是当"等待拨号音(Wait for Tone)调用进程有效时,

invoke:调用

事实说明,到BPEL的映射非常直观:BPMN流程的"事件"(例如,"等待仓库回应")是BPEL"接收"(receive)活动(或等待事件发生的活动);像"发送PO给仓库"的活动是BPEL的"调用"(invoke)活动(或是调用服务的活动);

lock:加锁

使用的主要方法就是对象的wait(),notify(),notifyAll()三个函数,它们都必须从同步方法(synchronized method)中调用.其中,fetchTask通过调用wait方法,实现了没有任务时则对自己(this)加锁(lock),以让进入的线程等待,

receive:接收

事实说明,到BPEL的映射非常直观:BPMN流程的"事件"(例如,"等待仓库回应")是BPEL"接收"(receive)活动(或等待事件发生的活动);像"发送PO给仓库"的活动是BPEL的"调用"(invoke)活动(或是调用服务的活动);条件选择结构包含的"销售跟进"是一个BPEL"转换"活