• Please refer hpxiao's post in another thread.

    参考肖工另一帖子的回覆。

    youdao

  • The producer adding an element to the queue will wait for a consumer in another thread.

    队列中加入元素生产者等待线程消费者

    youdao

  • Like I said in another thread, we'll see how the modified stance penalties work out.

    好像上篇帖子的那样,我们可以观察一下修正过姿态惩罚的实际效果。

    youdao

  • A programming error in another thread might have caused that thread to exit the semaphore more times than it entered.

    另一个线程中的编程错误可能导致线程退出信号量的次数超过进入的次数。

    youdao

  • Another thread running through this series is the role of doctors in the treatment of the mentally ill.

    贯穿这部连续剧另一主线医生们心理疾病患者的治疗过程中的作用

    《柯林斯英汉双解大词典》

  • A recipe construct can invoke another recipe construct in an asynchronous manner-that is, a recipe construct can start the execution of another recipe construct in a separate thread of execution.

    配方构造可以异步方式调用个配方构造—就是说个配方构造可以单独执行线程启动另一个配方构造执行。

    youdao

  • So, if a thread is blocked in an I/O operation on a channel, another thread can close that channel.

    所以如果线程某条通道I/O操作阻塞时,那么另一个线程可以条通道关闭

    youdao

  • Lock contention occurs when a lock is currently in use and another thread attempts to acquire it by another thread.

    如果正在使用另一个线程尝试获取,这时会发生争用

    youdao

  • Lock contention occurs when a lock is currently in use and another thread tries to acquire it.

    当前正在使用另一个线程试图获取它,那么就会出现争用

    youdao

  • You might group them for purposes of conveniencefor instance, all the threads in a thread pool belong to group X, while those in another pool belong to group Yor for access control.

    可能为了方便而线程组合,例如线程中的所有线程都属于x另一个池的所有线程则属于组y或者为了访问控制而将线程进行组合。

    youdao

  • You might group them for purposes of convenience -- for instance, all the threads in a thread pool belong to group X, while those in another pool belong to group Y -- or for access control.

    可能为了方便而线程组合,例如线程中的所有线程都属于X另一个池的所有线程则属于组Y或者为了访问控制而将线程进行组合。

    youdao

  • This only succeeds if another thread does not already have the lock, in which case the current thread is blocked.

    只有其他线程拥有情况下才会成功如果其他线程拥有锁,当前线程就阻塞。

    youdao

  • In the absence of synchronization, it is possible to see an up-to-date value for an object reference that was written by another thread and still see stale values for that object's state.

    缺乏同步情况下,可能会遇到某个对象引用更新(另一个线程写入)对象状态同时存在。

    youdao

  • In the absence of synchronization, if one thread writes to a variable and another thread reads that same variable, the reading thread could see stale, or out-of-date, data.

    没有同步时如果线程读取另外一个线程正在写变量的线程看到过时数据

    youdao

  • In the first example, the results of List.size could become invalid during the execution of the loop, because another thread could delete items from the list.

    第一例子中,List .size结果循环执行期间可能变得无效因为另一个线程可以这个列表中删除条目

    youdao

  • For the function in Listing 2, extract the data property of the event, as this is the actual data sent by the thread, and pass it to another function for updating the UI.

    对于清单2中的这个函数提取eventdata属性因为线程发送实际数据然后发送另一个函数更新ui

    youdao

  • Another important thread command used in programming is gprof.

    编程使用另一个重要线程命令gprof

    youdao

  • Speed is another advantage of MongoDB, mainly due to how it handles writes: they are stored in memory and later, via a background thread, written to disk.

    速度MongoDB另外一个优势主要是由于处理写入方式它们存储内存中然后通过后台线程写入磁盘

    youdao

  • In looking at the code, you can see that we added another instance of a queue, and then passed that queue into the first thread pool class, ThreadURL.

    分析段代码可以看到我们添加了一个队列实例然后将该队列传递给第一线程ThreadURL

    youdao

  • In the original design, without locking, any syscalls made by one thread while another thread was talking to the pseudo server bypassed the pseudo design.

    最初设计中,由于没有线程另一个线程服务器对话时发起的系统调用都会绕过p seudo设计。

    youdao

  • In joinable state, another thread can synchronize on the thread's termination and recover its termination code using the function pthread_join .

    可连接状态中,另一个线程可以同步这个线程终止使用函数pthread_join来重新获得终止代码

    youdao

  • The thread will in fact attempt another remove call on the queue and will become blocked until the next available request.

    事实上线程队列尝试另一个remove调用变成阻塞直到一个请求可用

    youdao

  • An application that must respond to events in a well-defined time has no way to ensure that another low-priority thread won't get scheduled in front of a high-priority thread.

    必须精确时间内响应事件应用程序无法确保不会在一个高优先线程之前调度个低优先级线程。

    youdao

  • Even better, in recent JVMs, the performance cost of uncontended synchronization (when no thread attempts to acquire a lock when another thread already holds it) is quite modest.

    不过现在好了一点最近JVM 中没有用的同步(一个线程拥有的时候,没有其他线程企图获得锁)性能成本还是低的。

    youdao

  • This could result in objects being moved from one thread to another through a series of loads and stores.

    可能导致通过一系列加载存储将对象线程移动一个线程。

    youdao

  • In practice, dataflow variables provide an excellent way to communicate values from one thread to another, and they are commonly used to communicate results in multithreaded unit tests.

    实践中数据流变量提供不错的方式线程传输另一个线程,它们通常用于传输多线程单元测试中的结果

    youdao

  • Another issue to be aware of is a thread floating stack limitation on Linux, as discussed in the "floating Stacks limitation" subsection of the JVM Diagnostics Guide.

    另一个知道问题Linux线程浮点堆栈限制正如JVMDiagnosticsGuide的“FloatingStacksLimitation小节所讨论那样。

    youdao

  • In multiple-threaded dispatching model, the thread fetching the events from the queue launches another thread called task thread, and hand the event over to it for processing.

    多线程分发模型中,队列获取事件线程启动另一个被称作任务线程的线程,事件交给处理。

    youdao

  • In multiple-threaded dispatching model, the thread fetching the events from the queue launches another thread called task thread, and hand the event over to it for processing.

    多线程分发模型中,队列获取事件线程启动另一个被称作任务线程的线程,事件交给处理。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定