单词 | condition variable |
释义 | 例句释义: 条件变量,条件变数,控制条件变量,前提变量 1. Therefore, at the end of it all, you now have two reader threads, both waiting on the condition variable, and the mutex is unlocked. 因此,最后两个读线程都等待条件变量,互斥锁没有被锁住。 www.ibm.com 2. It also allows you to unlock the mutex and wait on the condition variable atomically, without the possible intervention of another thread. 它还允许您原子地(atomically)解除互斥的锁定,并等待条件变量,而不会有干涉其他线程的可能。 www.ibm.com 3. The notion of a state-based condition variable is an important one. 基于状态的条件变量的概念是很重要的。 www-128.ibm.com 4. Release all waiting threads without changing the state of the underlying condition variable. 释放所有等待的线程,而不改变其下面的条件变量的状态。 www-128.ibm.com 5. If you want to create multiple conditions to use with your transport rule, repeat this process for each condition variable. 如果要为传输规则创建多个条件,请为各个条件变量重复该过程。 technet.microsoft.com 6. Methods, there can be more than one condition variable associated with a given. 可以有不止一个条件变量与它关联。 www-128.ibm.com 7. A condition variable enables developers to implement a condition in which a thread executes and then blocked. 条件变量让开发者能够实现一个条件,在这个条件下线程执行然后被阻塞。 www.ibm.com 8. Popping data with timeouts is more involved than pushing; note that the reader thread is waiting on the condition variable. 具有超时限制的取出数据操作比添加数据复杂;注意,读线程会等待条件变量。 www.ibm.com 9. In some implementations, threads may occasionally wake up without a signal sent to their condition variable. 在有些实现中,线程可能偶尔在没有信号送到条件变量的情况下醒过来。 www.ibm.com 10. The thread that activates once the counter reaches the limit would wait on the condition variable. 一旦计数器达到界限就激活的线程会等待条件变量。 forum.byr.edu.cn 1. Table 1 above displays the pthread condition variable for synchronization between threads. 前面的表1给出了用于线程间同步的pthread条件变量。 www.ibm.com 2. However, a mutex should accompany each condition variable. 不过,每个条件变量都应该伴有一个互斥。 www.ibm.com 3. Instead of throwing an exception when the queue is empty, the reader thread now blocks itself on the condition variable. 当队列是空的时候,读线程现在并不抛出异常,而是在条件变量上阻塞自身。 www.ibm.com 4. By doing so, thread 2 will cause all threads waiting on the mycond condition variable to immediately wake up. 此操作之后,2号线程将使所有等待mycond条件变量的线程立即苏醒。 www.ibm.com |
随便看 |
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。