您要查找的是不是:
- For strong sewing use double, not single thread. 为了缝得牢,用双线,而不要用单线。
- A single thread spun by a spider. 蜘蛛丝蜘蛛吐出的单根丝
- His life hung by a single thread. 他的生命危在旦夕。
- A single thread can not make a cord, nor single tree a forest. 单线不成线,独木不成林。
- To merge separate execution paths into a single thread again. 可以重新将单独的执行路径合并为一个线程。
- Each process is started with a single thread, its primary thread. 每个进程在启动时都只有单个线程,即它的主线程。
- Must occur on a single thread or fiber, with the same logical stack. 所有调用都必须在具有相同逻辑堆栈的单线程或单纤程上发生。
- Iterate through the array index to view properties for a single thread. 循环访问数组索引以查看单个线程的属性。
- This allows the server to manage multiple clients with a single thread. 这使得服务器可以用单个线程管理多个客户机。
- To use a thread pool rather than a single thread to run the asynchronous requests. 使用一个线程池,而不是使用单个线程来运行异步请求。
- The previous example demonstrated the limitations of applications that run only a single thread of execution. 上面的示例演示了只运行单个执行线程的应用程序的限制。
- Represents a base class for a coded Web test that uses a single thread per Web test iteration. 表示编码的Web测试的基类,该测试在每个Web测试迭代中使用单个线程。
- However, the test program contains only a single thread, and therefore is guaranteed never to experience contention. 然而,该测试程序只包含一个线程,因而显然不存在竞争。
- This example would deadlock if a single thread were not permitted to lock a lock more than once. 如果不允许一个线程重入同步锁,那么上面的例子就会发生死锁。
- The event and page contexts are by nature single threaded. 事件和页面上下文天生就是是单线程的。
- Class controls access to objects by granting a lock for an object to a single thread. 类通过向单个线程授予对象锁来控制对对象的访问。
- Typically, the synchronizing object marshals a method call into a single thread. 通常,同步对象将方法调用封送到单个线程内。
- Method guarantees that only a single thread can execute the enclosed code with the locked object. 方法获取的锁将保证只有一个线程可以使用锁定对象执行所包含的代码。
- That clock speed improvement allows single thread software to simply make record benchmarks again and again and again. 时钟速度进步允许单一线软件只是一次又一次而且再一次创下记录基点。
- Automatic reset events are usually used to provide exclusive access to a resource for a single thread at a time. 自动重置事件通常用来一次为一个线程提供对资源的独占访问。