您要查找的是不是:
- A popular method of synchronizing multiple threads is through the use of condition variables. 通过状态变量来同步多线程是一种很流行的方法。
- Mutex Provides mutual exclusion for thread synchronization. 为线程同步提供互斥。
- It is useful for applications that want to use the same transaction across multiple function calls or multiple thread calls. 此方法十分适合于想要跨多个函数调用或多个线程调用使用相同事务的应用程序。
- Class for applications that require the use of the same transaction across multiple function calls or multiple thread calls. 对于需要跨多个函数调用或多个线程调用使用相同事务的应用程序,您还应该使用。
- The paper offered a way to fix the chip flute number for the multiple thread Hindley hob.In the way,high surface quality of Hindley-wheel teeth is got. 目前国内外资料介绍的关于直廓环面蜗轮滚刀容屑槽数选取准则,对多头小直径直廓环面蜗轮滚刀并非完全适用。本文提出了一种新的选取方法,可以有效地提高环面蜗轮齿面质量。
- According to the modularization standard, the Windows multiple thread mechanism is adequately utilized, which make the thread run under the event trigger of per thread. 在设计过程中,按照模块化的标准,充分利用了Windows 多线程机制,每个线程都拥有一个事件,通过事件的触发来控制线程的运行。
- 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. 可将字符串缓冲区安全地用于多个线程。
- Jeffrey Richter explains how thread synchronization is exposed via the.NET Framework. Jeffrey Richter讲述了如何通过.;NET Framework实现线程同步。
- That solution requires additional thread synchronization code to share resources between different forms. 解决方案需要有其他线程同步代码,才能在不同窗体之间共享资源。
- In this program used some techniques,such as MultiThread, Overlapped I/O Model , and Thread Synchronization. 其中用到的一些技术有多线程、线程同步(临界区和事件对象)、重叠I/O模型。
- You should also use the TransactionScope and DependentTransaction class for applications that require the use of the same transaction across multiple function calls or multiple thread calls. 对于需要跨多个函数调用或多个线程调用使用相同事务的应用程序,您还应该使用TransactionScope和DependentTransaction类。
- For more information about thread synchronization and exclusive access, see the comments in the source code and build. Proj files. 有关线程同步和独占访问权的更多信息;请参见源代码和build.;proj文件中的注释。
- FIFO Queue is Used if There Are Multiple Threads With the Same Priority. 对多个相同优先级的进程将使用FIFO队列来调度。
- We have already stated that IOCP is nothing but a thread synchronization object, similar to a semaphore, therefore IOCP is not a sophisticated concept. 我们已经看到IOCP只是一个线程同步对象,类似于信号灯,因此IOCP并不是一个复杂的概念。
- The multithread conception and its attemper mechanism as well as thread synchronization are employed in the achievement to the idea. 结合多线程的概念和调度机理以及线程同步方法,给出了基于多线程异步串行通信的设计思路、软件实现方法及其部分实现代码。
- This paper describes how to use Multiple Thread technology and TAPI function to manage communication under Borland C ++Builder environment, and realize Full Duplex MODEM communication. 文中叙述了如何在Borland C~(++) Builder开发系统下利用多线程技术和TAPI函数来管理通信链路,实现MODEM全双工通信的编程技术。
- 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类向组件添加多个执行线程。