Non-reentrant functions cannot be used by multiple threads.
不可重入的函数不能由多个线程使用。
In multithreaded enviornments multiple threads access the same heap.
在多线程环境中,多个线程访问同一个堆。
Doing so allows for multiple threads to search the list concurrently.
这么做就允许多个线程同时搜索链表。
But what happens if multiple threads intend to append data to the queue?
但是,如果多个线程都试图把数据添加到队列中,会发生什么?
Instances of this timer class can be safely accessed from multiple threads.
该定时器类的实例能够被多个线程安全地访问。
To prepare for compilation of COBOL programs with multiple threads, you need to.
要准备好编译带有多个线程的COBOL程序,您需要。
For better throughput, clients can submit redaction requests from multiple threads.
要实现更高的吞吐量,客户端可从多个线程提交编校请求。
Performance improves when multiple threads run on multiple CPUs (dual or quad-core).
在多个CUP(双核或四核)上运行多个线程可以改善性能。
Multiple threads can safely execute concurrently on all invocations except the first.
多线程能够安全并发地执行除第一次调用外的所有调用。
If this processing occurs in multiple threads, you can start to have serious problems.
如果该处理出现在多个线程中,就可能发生严重问题。
When the files are closed, you make room for storage to be allocated for multiple threads.
在关闭文件后,您可以为将要分配给多个线程的存储腾出空间。
This allows multiple threads to always see the most up-to-date value for a given variable.
这使得多个线程一般能看见一个给定变量的最新的值。
A lock-bound application is one in which multiple threads are fighting over the same locks.
在一个锁关键型应用程序中,多个线程在相同的锁上争用。
The job dispatcher spawns multiple threads, each containing the code for a different subtask.
作业调度器生成多个线程,每个线程包含执行不同子任务的代码。
Always clean up the storage area to be allocated to multiple threads when you run the program.
在运行程序时,经常清理将要分配给多个线程的存储空间。
Thread pools are far from the only way to use multiple threads within a server application.
线程池远不是服务器应用程序内使用多线程的唯一方法。
Your code must create multiple threads (or processes, if you really prefer) to run multiple SPEs.
代码必须创建多个线程(或进程,如果您喜欢这样叫)来运行多个SPE。
Serial uses a single GC thread, whilst ParNew and Parallel Scavenge both use multiple threads.
连续式使用了一个单独的GC线程,而同新式与并行扫描式都使用了多线程。
First, _set is declared volatile, which implies that the field can be accessed by multiple threads.
首先,_ set被声明为volatile,这表示这个域可以由多个线程访问。
Many, if not most, Android applications need to deal with multiple threads and thus concurrency.
许多Android应用程序,但不是全部,需要处理多线程,由此引起并发。
This really brings me to the more general use case for multiple threads: long running operations.
这也让我想起了多线程的一个更常用的用例:长时间运行的操作。
The code in Listing 3 exhibits the same problem as demonstrated with multiple threads and Listing 1.
清单3中的代码展示了用多线程加以说明的和清单1相同的问题。
Multiple threads of control allow an application to service requests from multiple users at the same time.
多个控制线程允许应用程序同时为来自多个用户的请求提供服务。
The challenge is that you need to coordinate multiple methods in multiple classes across multiple threads.
挑战在于,您需要跨多个线程协调多个类中的多个方法。
You will get better performance if you can use multiple threads at a time for injecting (or receiving) messages.
如果可以同时使用多个线程来注入(或接收)消息,您将获得更好的性能。
This provides concurrent access by multiple threads to the human tasks in the database as shown in Figure 2.
这提供了多线程并发访问数据库中的人工任务,如图2所示。
To exploit the power of multiprocessor systems, applications are generally structured using multiple threads.
要使用多处理器系统的功能,通常需要使用多线程构造应用程序。
When multiple threads ask for the same lock at the same time, one wins and acquires the lock, and the others block.
在多个线程同时请求同一个锁时,会有一个线程获胜并得到锁,而其他线程被阻塞。
Specifically, thread safety is about properly coordinating access to mutable data that is accessed by multiple threads.
具体来说,线程安全是指适当地协调对被多个线程访问的可变数据的访问。
Specifically, thread safety is about properly coordinating access to mutable data that is accessed by multiple threads.
具体来说,线程安全是指适当地协调对被多个线程访问的可变数据的访问。
应用推荐