您要查找的是不是:
- 描述关于多线程的同步.Q: Describe synchronization in respect to multithreading.
- IOCP(I/O Completion Port输入/输出完成端口)是一种能够合理利用与管理多线程的机制。IOCP (I/O Completion Port) is a mechanism to utilize and manage the multi-thread reasonably which deals with the overlapped I/O operation by some threads.
- 乾隆写了一段描述关于改造工程的场景的文字被刻在山脚下的引胜亭里的石碑上。A description by Emperor QianLong of the scenery and the process of reconstruction was inscribed on a stone stele that is mounted in a pavilion at the foot of the hill (YinSheng Pavilion).
- 写入多线程应用程序时,线程间的同步资源访问是一个常见问题。Synchronizing resource access between threads is a common problem when writing multithreaded applications.
- 基于多线程的VSAT卫星通信系统的网控中心的设计与实现Thread-Based Design and Implementation of an NCC in a VSAT Satellite Communications Systems
- 系统提供了可用于协调多个线程之间的资源共享的同步对象。The system provides synchronization objects that can be used to coordinate resource sharing among multiple threads.
- 这些任务包括启动和停止进程以及检索进程属性信息,如内存和线程的使用。These tasks include starting and stopping processes and retrieving process property information, such as memory and thread usage.
- 问题在于,两个线程互相干扰,从而导致产生错误的最终答案。The problem is that the two threads interfered with each other, causing a wrong final answer.
- 基于USB和多线程的实时数据采集系统。Real-time Data Acquisition System Based on USB and Multi-thread.
- 减少线程的数目使同步资源更为容易。Reducing the number of threads makes it easier to synchronize resources.
- 一旦诊断出这种错误模式,查找并修复在崩溃线程中的潜在的错误是显然的治疗之道。Once a bug of this pattern has been diagnosed, the obvious cure is to find and fix the underlying error in the crashing thread.
- 让线程等待非终止的同步事件可以将线程挂起,将事件状态更改为终止可以将线程激活。Threads can be suspended by being made to wait on a synchronization event that is unsignaled, and can be activated by changing the event state to signaled.
- Windows多线程Windows multithreads
- 在封送处理过程中,使用当前线程的上下文,而不是创建对象时活动的上下文。During marshaling, the context from the current thread is used, not the context that was active when the object was created.
- 这样做会使线程兼容的对象作为变量实例包含在其他线程安全的对象中,从而可以利用其所有者对象的同步。Doing so will enable thread-compatible objects held as instance variables in other thread-safe objects to piggyback on the synchronization of the owning object.
- 多线程编程的入门指导!PThreads Primer: A Guide to Multithreaded Programming!
- 所以这些类可用于跨应用程序域边界同步线程的活动。These classes can be used to synchronize the activities of threads across application domain boundaries.
- 多线程RPC分布式计算的实现Implementation of distributed computing using multithreaded RPC
- 因此,命名信号量可用于同步进程的活动以及线程的活动。Thus, named semaphore can be used to synchronize the activities of processes as well as threads.
- Java多线程动态测试中的插装Program Instrumentation for Java Multithread Dynamic Testing
