MULTIPLE THREADS in Chinese translation

['mʌltipl θredz]
['mʌltipl θredz]

Examples of using Multiple threads in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
WebKit's Riptide GC already mostly supports multiple threads because our JIT threads can access the heap.
Webkit的RiptideGC已经在大多数情况下上支持了多线程,因为我们的JIT线程是可以访问堆的。
Multiple threads are just reading operations, so when a thread is reading operations, other threads can only wait for no reading operation.
如果多个线程都只是进行读操作,所以当一个线程在进行读操作时,其他线程只能等待无法进行读操作。
This guide shows you how to set up and use multiple threads in an Android app, using a thread pool object.
这个章节会向你展示如何在一个Android应用中创建和使用多线程,以及如何使用线程池对象(threadpoolobject)。
There are also enhancements to the concurrency framework, which lets you manage and accumulate values in multiple threads.
并行框架也得到了加强,允许你在多线程里管理和累积值。
With the the auto-parallelizer, a loop is reorganized so that it can be executed on multiple threads at the same time.
使用自动并行化,循环能够被重组织以便它能同时在多线程中执行。
There are also many problems that cannot easily be tested at all- for example those that are nondeterministic or involve multiple threads.
也有些问题是根本不能简单地检测出来的--例如具不确定性的或牵扯到多线程的问题。
Let's put mpsc to use and expand the code in Listing 16-10 to create multiple threads that all send values to the same receiver.
可以运用mpsc来扩展示例16-11中的代码来以创建都向同一接收者发送值的多个线程
The problem with signals is not what they do, but their behavior when your application has multiple threads.
使用信号量的问题并不是你要做什么,而是当你程序是多线程的时候它们的行为。
In Chapter 16, we will walk through different models of concurrent programming and talk about how Rust helps you to program in multiple threads fearlessly.
第十六章会学习不同的并发编程模型,并讨论Rust如何助你无畏的编写多线程程序。
The Producer instance's thread is safe and can be shared between multiple threads in the same process.
Producer实例线程安全,可在同一进程内多线程之间共享。
Listing 16-15: Using an Arc<T> to wrap the Mutex<T> to be able to share ownership across multiple threads.
示例16-15:使用Arc<T>包装一个Mutex<T>能够实现在多线程之间共享所有权.
So if the I/O is small and cannot be batched, it is better to use multiple threads.
因此如果I/O比较小并不能整合到一起,最好是使用多线程
If you have multiple threads calling a synchronized method, only one will execute them at a time while the others will remain waiting.
如果你有多个线程正在调用一个synchronized方法,在同一时刻只有一个线程执行它,而其他的线程将会等待。
Unlike SMT, where instructions from multiple threads share the issue window each cycle, the processor uses a round robin policy to issue instructions from the next active thread each cycle.
不同于SMT,它的来自多个线程的指令在每个周期共享问题窗口{{fact}},处理器使用循环策略在每个周期发出下一个活动线程的指令。
This mechanism provides the system with scalability and parallel features: multiple threads and processes can perform I/O operation simultaneously in the same file system.
这一机制为XFS提供了可伸缩性和并行特性--多个线程和进程可以同时在同一个文件系统上执行I/O操作。
Our previous experience with messaging systems showed that using multiple threads in a classic way(critical sections, semaphores, etc.) doesn't yield much performance improvement.
我们以前的消息系统经验表明,以经典方式使用多个线程(临界区,信号量等)不会带来很多性能改进。
Our previous experience with messaging systems showed that using multiple threads in a classic way(critical sections, semaphores etc.) doesn't yield much performance improvement.
以我们之前对消息通信系统的经验表明,采用经典的多线程方式(临界区、信号量等等)并不会使性能得到较大提升。
In fact, the question is asked so frequently that Python experts have crafted a standard answer:"Do not use multiple threads.
事实上,这个问题被问得如此频繁以至于Python的专家们精心制作了一个标准答案:”不要使用多线程,请使用多进程。
A final benefit of multiple thread pools, is it helps avoid a form of deadlock.
使用多个线程池还有一个好处,就是它能帮助避免出现死锁问题。
Multiple threads can execute once.
多个线程都可以执行once.
Results: 187, Time: 0.0308

Word-for-word translation

Top dictionary queries

English - Chinese