Multiple threads can enter read mode at the same time.
多个执行绪可于同时进入读取模式。
You can't use the same instances across multiple threads.
在多个线程之间不能使用相同的实例。
There are multiple threads being created as the movies start.
在视频开始处理时,有多个线程。
Network delays are another reason to break things up into multiple threads.
网络延迟是将工作分解为多个线程另一个原因。
As mentioned earlier, you will need to follow multiple threads in the trace.
正如前面提到的,您将需要分析跟踪信息中的多个线程。
Figure 4 shows how multiple threads within a single CSLD task can be set up.
图4显示了如何在一个CSLD任务中设置多个线程。
For example, multiple threads can each have a handle to a mutex object.
比如,多线程的每一个线程可以有一个互斥锁的句柄。
In the next section, I expand on this test case and implement multiple threads.
在下一节中,我将详述这个测验用例并实现多个线程。
When used with multiple threads, you must use some type of synchronization.
和多线程一起使用时,必需使用某种类型的同步。
In this way, you can have code on three machines running against multiple threads.
通过这种方式,您可以让代码在三台机器上针对多个线程运行。
For example, your program might have multiple threads accessing the same file.
例如,程序可能有多个线程访问同一文件。
Application state variables can be accessed by multiple threads at the same time.
多重执行绪可以同时存取应用程序状态变数。
Those instances of a particular program can exist in multiple threads within a given process.
这些特定程序的实例可以存在于给定进程的多个线程中。
A popular method of synchronizing multiple threads is through the use of condition variables.
通过状态变量来同步多线程是一种很流行的方法。
A popular method of synchronizing multiple threads is through the use of condition variables.
通过状态变量来同步多线程是一种很流行的方法。
应用推荐