• The purpose of the sleep is to allow the garbage collector to finish up after it has released the other threads.

    休眠目的在于垃圾回收器充分时间,释放其他线程之后完成工作。

    youdao

  • The first thread locks the mutex and appends data to the queue, while the other threads wait for their turn.

    第一线程锁住互斥数据添加队列中其他线程等待轮到它们操作。

    youdao

  • However this isn't a good solution because it may lock out the other threads from being able to have fair access.

    但是并非一个很好的解决方案因为可能会妨碍其他线程合法访问

    youdao

  • If main finishes before the threads it has created and exits with pthread_exit , the other threads continue to execute.

    如果main创建线程之前完成使用pthread_exit退出,那么其他线程继续执行

    youdao

  • In this model, called Pipelining, the main thread is used to loop through the results as they are produced by the other threads.

    这个被称为“并行管道”的模型下,主线程将会另一线程产出结果同时进行循环处理。

    youdao

  • Different threads can successively call the function and modify the data without informing the other threads that are using the data.

    不同线程可能会先后调用那个函数并且修改那些数据时不会通知其他正在使用数据的线程。

    youdao

  • The other threads can request the service to the server by sending a properly formatted message and then wait for the answer with the result.

    其他线程可以通过向其发送一个优先级格式消息请求服务然后等待结果的答复

    youdao

  • This is described in more detail in one of the other threads I posted in. In summary, only the actual creatures that resist feign death will completely ignore its effects.

    总而言之仅仅那个抵抗假死怪物才完全无视假死效果,问题的详细情况已经其他帖子里有所反映。

    youdao

  • Each thread can see only the value associated with that thread, and is unaware that other threads may be using or modifying their own copies.

    每个线程只能看到自己相联系知道别的线程可能正在使用修改它们自己的副本。

    youdao

  • In a multiprocessing environment, the processing time for a thread is related to the availability of system resources and synchronization with other threads.

    处理环境中线程处理时间可用系统资源以及其他线程同步有关

    youdao

  • Both threads will wait indefinitely for the lock on the other class loader, and so they become deadlocked.

    两个线程都会无限期地等候另一个类装入器所以它们就变成了死的。

    youdao

  • An algorithm is said to be wait-free if every thread will continue to make progress in the face of arbitrary delay (or even failure) of other threads.

    如果每个线程其他线程任意延迟(甚至失败)时都将持续进行操作,就可以说算法无等待

    youdao

  • You can define other threads by configuring the report widget.

    可以配置报告小部件来定义其他线程

    youdao

  • Thread data refers to session's thread information, the information about the primary and other threads of the session.

    线程数据会话线程信息有关会话基本线程其他线程信息。

    youdao

  • Once the thread has finished with the object, it releases it so that other threads can then gain access.

    一旦线程完成对该对象的处理之后,便释放对象,以便其他线程可以进行访问。

    youdao

  • If you are going to hold the lock on the collection during an entire iteration, then other threads may be stalled waiting for the collection lock for a long time.

    如果整个迭代期间都保持集合那么其他线程在锁外停留长的一段时间,等待解锁。

    youdao

  • Even worse, I don't think that the query re-allocates those threads for other queries until the whole query finishes.

    糟糕的是,除非整个查询都完成否则这些线程无法被分配其他查询任务。

    youdao

  • The longer a synchronized code block requires for execution, the longer other threads wait to enter that block.

    同步代码所需执行时间其他线程等待进入代码块的时间就越长。

    youdao

  • Usually, the main use of a semaphore is to synchronize a thread?s action with other threads.

    通常信号主要用途同步某个线程其他线程动作

    youdao

  • This will block the thread until all other threads have called the method, then they are released all at once.

    这么引起阻塞,当所有线程调用这个方法便同时释放所有线程

    youdao

  • When the system is overloaded, on the other hand, threads need to wait for other threads as well as for the garbage collector, and the maximum response times increase sharply for both policies.

    一方面,系统超载时,线程需要等待其他线程,就等待垃圾收集一样,并且两种策略最大响应时间都会急剧增加

    youdao

  • The problem is that the two threads interfered with each other, causing a wrong final answer.

    问题在于,两个线程互相干扰从而导致产生错误的最终答案。

    youdao

  • Most programs create many temporary objects that are used within the context of a single thread but never escape to the visibility of other threads.

    大多数程序所创建临时对象单独线程上下文中,很少被其他线程所用。

    youdao

  • The GC suspends all other managed threads, clears up some memory, resumes the work of the suspended managed threads and returns the control to the original thread.

    GC首先会所有其他托管线程,然后清理内存最后再恢复起的托管线程,交出控制权

    youdao

  • The cost is that the duration for which the lock is held may be lengthened, increasing the amount of time other threads might be locked out and also increasing the probability of lock contention.

    代价持有时间可能会从而延长了其他线程外面时间会增大锁争用的可能性

    youdao

  • There's the race condition caused by other threads banging on your collection while the add or remove is taking place.

    添加移除元素时,存取集合其他线程引起竞争条件

    youdao

  • But once the previous lock is released, other threads are now free to modify the previous bucket.

    然而前面一旦释放,其它线程就将可以自由修改前面的bucket。

    youdao

  • The is_dumping global variable is used to stop other threads from changing the contents of the buffer once a signal has been received to dump data.

    一旦接收到了转储数据信号,将使用 is_dumping全局变量禁止其他线程更改缓冲区内容

    youdao

  • Android offers several ways to access the UI thread from other threads. You may already be familiar with some of them but here is a comprehensive list.

    Android提供了几种不同方式通过其它线程访问UI线程

    youdao

  • Android offers several ways to access the UI thread from other threads. You may already be familiar with some of them but here is a comprehensive list.

    Android提供了几种不同方式通过其它线程访问UI线程

    youdao

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

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

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