您要查找的是不是:
- The count of work items queued to the thread pool. 已排入线程池队列的工作项的计数。
- To dispatch the commit holdup to a thread from the thread pool. 以将延迟的提交分配给来自线程池的线程。
- To force the page to be serviced by the STA thread pool. 以强制由STA线程池提供页面服务。
- The target method will be called on a thread from the thread pool. 将对来自线程池的线程调用该目标方法。
- The wait operation is performed by a thread from the thread pool. 此等待操作由线程池中的一个线程来执行。
- VC++ Written to support the socket server thread pool iocp model. 说明:VC++写的socket server 支持线程池 iocp模型.
- The object that is passed to the delegate when serviced from the thread pool. 在接受线程池服务时传递给委托的对象。
- The count of timers that have been delayed by the thread pool limit. 已被线程池限制延迟的计时器的计数。
- Procedures are the only type of procedure that can be queued to a thread pool. 过程是唯一一种可以添加到线程池队列中的过程。
- Exceptions thrown by the thread pool thread will not be visible when calling. 时,由线程池线程引发的异常不可见。
- This property is used to set the thread pool binding only when creating a. 时才使用此属性设置线程池绑定。
- Sets the number of requests to the thread pool that can be active concurrently. 设置可以同时处于活动状态的线程池的请求数目。
- In this case, this is the number of threads in the thread pool. 在这种情况下,它就是线程池中线程的数目。
- Not enough threads in the thread pool to complete the operation. 线程池中没有足够的线程完成该操作。
- The cache is a fixed pool of 4k buffers and per-object structures, based on thread pool sizes. 缓存是一个固定的4k缓冲池,并且是针对每个对象的结构,它基于线程池大小。
- In other words, when only one subtask thread is requested, there is no thread pool. 也就是说,当只有一个子任务被请求时,这里就不存在线程池了。
- An error is returned if an attempt is made to set the thread pool binding when calling. 时尝试设置线程池绑定将返回错误。
- We looked at the motivation and mechanics of thread pools. 中,我们研究了线程池的动机和机制。
- The data buffer is sent asynchronously using thread resources that are automatically allocated from the thread pool. 该数据缓冲区是使用从线程池自动分配的线程资源异步发送的。
- To use a thread pool rather than a single thread to run the asynchronous requests. 使用一个线程池,而不是使用单个线程来运行异步请求。