您要查找的是不是:
- Have multiple threads acquire a group of locks in the same order. 让所有的线程按照同样的顺序获得一组锁。
- A new TestCase that better supports tests in multiple threads. 一种更好支持多线程的新测试用例。
- String buffers are safe for use by multiple threads. 可将字符串缓冲区安全地用于多个线程。
- FIFO Queue is Used if There Are Multiple Threads With the Same Priority. 对多个相同优先级的进程将使用FIFO队列来调度。
- There are special considerations involved when working with multiple threads of execution. 当使用多个执行线程时,涉及到多个特殊注意事项。
- To exploit the power of multiprocessor systems, applications are generally structured using multiple threads. 要使用多处理器系统的功能,通常需要使用多线程构造应用程序。
- The Office object model is not thread safe, but it is possible to work with multiple threads in an Office solution. Office对象模型不是线程安全的,但可在Office解决方案中用于多个线程。
- In the next section you will use the Thread class to add multiple threads of execution to your component. 在下一节中,您将使用Thread类向组件添加多个执行线程。
- In this case, multiple threads on the outer side of the join each read and work on a different partition. 在此情况下,在联接外侧的多个线程会各自在不同的分区上进行读取和操作。
- Multiple threads are allowed to access the methods and fields, but only a single thread is allowed at any one time. 允许多个线程访问方法和字段,但在任一时刻只允许一个线程访问。
- Multiple threads may need to access a shared database, for instance, or make updates to a set of system variables. 例如,多个线程可能需要访问一个共享数据库,或对一组系统变量进行更新。
- The existence of multiple threads enables a process to break down work to be performed in parallel. 而多个线程的存在使得进程能够分解工作以便平行执行。
- This class is thread safe; multiple threads can concurrently read from an instance of this type. 这个类是线程安全的;多个线程可以同时从此类型的一个实例读取数据。
- Class is used for the "exit" event because you want multiple threads to respond when this event is signaled. 类用于“退出”事件,因为您希望当此事件终止时有多个线程响应。
- The system provides synchronization objects that can be used to coordinate resource sharing among multiple threads. 系统提供了可用于协调多个线程之间的资源共享的同步对象。
- If you wish to use a dispatcher in multiple threads, you should "clone" it for each thread. 如果您希望在多线程中使用分派器,那么您应该为每个线程“克隆”分派器。
- Statement ensures that multiple threads do not execute the statement block at the same time. 语句确保不会同时有多个线程执行该语句块。
- Although it ensures accuracy, this approach impedes some of the performance benefit of multiple threads. 尽管此方法确保了准确性,但是也影响了多线程的某些性能优点。
- Are singletons that may be accessed by multiple threads instantiated correctly?? See the Enterprise Solution Patterns book, p. 263. 多线程同时访问的单件对象是否正确的初始化?
- Shows how Linux futex syscall can be used to distribute computation to multiple threads. (译):说明Linux的futex syscall可用于分配计算到多线程。
