您要查找的是不是:
- The Relay Agent could not start up its main thread. 中继代理无法启动其主线程。
- The main thread waits on the event and then exits. 主线程等待该事件,然后退出。
- The basic practice is the main thread of practice. 基本实践是实践的“经”。
- The main thread waits for all the items to signal and then exits. 主线程等待所有项发出信号后退出。
- Alter the main thread by setting the client thread to STA or MTA. 通过将客户端线程设置为STA或MTA改变主线程。
- Remember that all events are sent in from the AWT event dispatchthread, which is a different thread than the main thread. 还记得所有的事件是从与主线程不同的AWT事件传送线程被送入的吧。
- Without the communications between main thread and worker thread, CPU would be locked for a long time. 若没有主线程与辅助线程的通信,cpu将被阻塞很长一段时间。
- The event handler is actually causing a method to be invoked on the main thread of operation. 实际上,该事件处理程序实现了在主操作线程上调用方法。
- If it were not, the main thread could become blocked trying to write to the pipe. 如果没有进行缓冲处理,主线程在尝试写到管道时就会阻塞。
- From the applications main thread, blocking application execution until the operation is complete. 阻止应用程序执行,直到操作完成之后再继续执行。
- Setting the thread attribute is only valid when building an. Exe, as it affects the entry point of the main thread. 设置线程属性只有在生成.;exe时才有效;因为它影响主线程的入口点。
- In the following example, the System.Threading.ManualResetEvent class suspends execution of the main thread and signals when execution can continue. 在下面的示例中;System.;Threading
- Because controls are always owned by the main thread of execution, any call to a control from a subordinate thread requires a marshaling call. 由于控件总是由主执行线程所有,因此从从属线程中调用任何控件都需要“封送处理”调用。
- Because the main thread is solely responsible for multiplexing between all clients, we cannot afford to allow it to block. 因为主线程单独负责所有客户机间的多路复用,因此我们不能让它阻塞。
- There ARE facts in the hypertext jumps that are important to the main thread but they are usually not critical to the current chapter. 事实上,超文本跨接对于主要线索的展开非常重要,但是,它对于本章节内容大抵没有多大意义。
- Later calls to the other interface methods that require interaction with the preview control will need to be marshaled back to that STA main thread. 在随后调用需要与预览控件交互的其他接口方法时,需要封送回STA主线程。
- At this point in time, an asynchronous threadabortexception is injected into the child thread by the main thread using the abort() method call. 一个异步threadabortexception至少这点中次,是注入子线程通过主线程使用abort()方法调用。
- Moses is the main thread throughout these four books and Gods dealing with him and the Hebrew people using Moses as the go between. 摩西是这四本书的主要联系和神怎样与他往来并神用摩西作他与以色列人之间的媒介.
- To understand, consider the following scenario: The user has instructed input to die; input synchronously notifies all subscribers to die and signals our main thread to die. 需要理解的是,我们假设的情况是这样的:用户指示输入任务单元结束,然后输入任务单元同步通知所有的事件关注者结束,然后发送结束信号使得主线程结束。
- If class load, module load, and thread start events are ignored (as they are by default), the program stops on the first executable instruction of the main thread. 如果忽略类加载、模块加载和线程启动事件(默认情况下如此),程序将在遇到主线程的第一条可执行指令时停止。