您要查找的是不是:
- The Relay Agent could not start up its main thread. 中繼代理無(wú)法啟動(dòng)其主線(xiàn)程。
- The main thread waits on the event and then exits. 主線(xiàn)程等待該事件,然后退出。
- The basic practice is the main thread of practice. 基本實(shí)踐是實(shí)踐的“經(jīng)”。
- The main thread waits for all the items to signal and then exits. 主線(xiàn)程等待所有項發(fā)出信號后退出。
- Alter the main thread by setting the client thread to STA or MTA. 通過(guò)將客戶(hù)端線(xiàn)程設置為STA或MTA改變主線(xiàn)程。
- One of the main threads of the book is the development of a relationship between the boy and his grandmother. 這本書(shū)其中的一條主線(xiàn)是圍繞著(zhù)男孩與祖母之間的關(guān)系展開(kāi)的。
- The component is created on the main thread of the client and calls from other threads are marshaled to this thread. 該組件在客戶(hù)端的主線(xiàn)程上創(chuàng )建,來(lái)自其他線(xiàn)程的調用被封送處理到此線(xiàn)程。
- Threads are the best solution in such a case because it is impractical to block a main thread on an event. 這種情況下線(xiàn)程是最好的解決方法,因為阻止事件的主線(xiàn)程是不實(shí)際的。
- Only intention ability is done, come loose without main threads of an affair beguilement, was over redo. 怎樣完整的做好一件事?比如情感!或者學(xué)問(wèn)!
- Clew is pestered each other, main threads of an affair is found in time very hard also. 線(xiàn)索互相糾纏,頭緒也很難及時(shí)找到。
- Remember that all events are sent in from the AWT event dispatchthread, which is a different thread than the main thread. 還記得所有的事件是從與主線(xiàn)程不同的AWT事件傳送線(xiàn)程被送入的吧。
- Without the communications between main thread and worker thread, CPU would be locked for a long time. 若沒(méi)有主線(xiàn)程與輔助線(xiàn)程的通信,cpu將被阻塞很長(cháng)一段時(shí)間。
- The event handler is actually causing a method to be invoked on the main thread of operation. 實(shí)際上,該事件處理程序實(shí)現了在主操作線(xiàn)程上調用方法。
- If it were not, the main thread could become blocked trying to write to the pipe. 如果沒(méi)有進(jìn)行緩沖處理,主線(xiàn)程在嘗試寫(xiě)到管道時(shí)就會(huì )阻塞。
- Inserts the data returned by the main thread of the extended procedure; however, output from threads other than the main thread are not inserted. 插入由擴展過(guò)程的主線(xiàn)程返回的數據,但不插入主線(xiàn)程以外的線(xiàn)程的輸出。
- Cures and preventions: Put exception-handling code in the main thread to notify the dependent threads when a crash is imminent. 治療和預防措施:把異常處理代碼放到主線(xiàn)程中以在崩潰來(lái)臨之際通知依賴(lài)線(xiàn)程。
- 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. 設置線(xiàn)程屬性只有在生成.;exe時(shí)才有效;因為它影響主線(xiàn)程的入口點(diǎn)。
- The main thread uses the Release(Int32) method overload to increase the semaphore count to its maximum, allowing three threads to enter the semaphore. 主線(xiàn)程使用Release(Int32)方法重載,以便將信號量計數增加為其最大值,從而允許三個(gè)線(xiàn)程進(jìn)入該信號量。
- In the following example, the System.Threading.ManualResetEvent class suspends execution of the main thread and signals when execution can continue. 在下面的示例中;System.;Threading