線程安全 的英文怎麼說

中文拼音 [xiànchéngānquán]
線程安全 英文
thread-safe
  • : 名詞1 (用絲、棉、金屬等製成的細長的東西) thread; string; wire 2 [數學] (一個點任意移動所構成的...
  • : 名詞1 (規章; 法式) rule; regulation 2 (進度; 程序) order; procedure 3 (路途; 一段路) journe...
  • : Ⅰ形容詞1 (完備; 齊全) complete 2 (整個) whole; entire; full; total Ⅱ副詞(完全; 都) entirely...
  1. Because the swing model classes are not thread - safe and are supposed to be confined to the edt, any calls to

    因為swing模型類不是線程安全的,而且假設被限制在edt內,所以對
  2. And learn which c libraries are thread - safe and can be safely used with apache or ihs in threaded mode

    ,以及學習哪些c庫是線程安全的,可以在apache或ihs中多使用。
  3. " february 2003, which discusses thread - safety benefits of immutability

    」 ( 2003年2月) ,它討論了不變性對于線程安全的好處。
  4. " february 2003, which discussed thread - safety benefits of immutability

    」 ( 2003年2月) ,討論了線程安全在不變性方面的優點。
  5. Multithreading and message drive mechanism is applied to simulate the intercurrent and schedule of the multitask in power distribution system, which builds the foundation of the development based on real - time operation of the project. at the same time, the software deals with the real - time data by the means of memory database and uses the thread security class to maintain the data ' s integrity

    利用windows的消息驅動和多機制模擬了配電系統中多任務的並發和調度過,為課題在嵌入式實時操作系統下的開展打下了一定的基礎;同時,對系統中大量實時數據則採用內存數據庫管理方式,並利用線程安全類來保證讀取數據的完整性。
  6. Thread safety relates to the fact that clients using a notifier in a multithreaded environment should not have to be concerned with thread synchronization issues ? subscribers will need to, but the notifier should not

    線程安全也就是要使客戶序在多環境中使用此通知機制的時候不需要關心同步的問題事件關注者需要,而事件通知者不需要。
  7. Class must be thread safe and stateless. the

    類的實例必須是線程安全且無狀態的。
  8. An application with direct3d set to be safe for multithreading might experience degraded performance

    將direct3d設為多線程安全的應用序的性能可能會降低。
  9. Do not rely on finalization to provide thread safety

    不要依賴終止來提供線程安全
  10. Immutable objects are guaranteed to be thread - safe, and never require additional synchronization

    不可變的對象一定是線程安全的,並且永遠也不需要額外的同步。
  11. Instead of double - checked locking, use the initialize - on - demand holder class idiom, which provides lazy initialization, is thread - safe, and is faster and less confusing than double - checked locking

    不使用雙重檢查鎖定,而使用initialize - on - demand holder class idiom ,它提供了遲緩初始化,是線程安全的,而且比雙重檢查鎖定更快且沒那麼混亂:
  12. This idiom derives its thread safety from the fact that operations that are part of class initialization, such as static initializers, are guaranteed to be visible to all threads that use that class, and its lazy initialization from the fact that the inner class is not loaded until some thread references one of its fields or methods

    這個idiom由屬于類初始化的操作(如靜態初始化器)保證對使用這個類的所有都是可見的這一事實衍生其線程安全性,內部類直到有引用其欄位或者方法時才裝載這一事實衍生出遲緩初始化。
  13. A quick google search reveals the following examples of typical, but unhelpful definitions or rather descriptions of thread - safe code

    快速搜索一下google ,可以找到以下關于線程安全代碼的典型的、但是沒有多大幫助的定義(或者可以說是描述) :
  14. The inconsistent synchronization detector is probably the most complicated detector used by findbugs ; it has to analyze the whole program, not just individual methods, use dataflow analysis to determine when a lock is held, and use heuristics to infer that a class intends to provide thread - safety guarantees

    Inconsistent synchronization檢測器很可能是findbugs所使用的最復雜的檢測器;它必須分析整個序,而不僅僅是單個方法,使用數據流分析來確定什麼時候加鎖,並使用直觀推斷來推出一個類想要提供線程安全保證。
  15. Don t confuse reentrance with thread - safety

    不要混淆可重入與線程安全
  16. Thread safety is not an all - or - nothing proposition

    線程安全不是一個非真即假的命題
  17. Object for the duration of the iteration. as the above example shows, thread safety is not all - or - nothing. the methods of

    如上面的例子所示,線程安全性不是一個非真即假的命題。
  18. Unfortunately, thread safety is not an all - or - nothing proposition, and it is surprisingly difficult to define

    不幸的是,線程安全並不是一個非真即假的命題,它的定義出人意料的困難。
  19. Has been audited for thread - safety under both the old and new memory models

    中的版本在老的和新的內存模型中都已通過線程安全審核。
  20. One thread produces elements and stores them in a generic queue that is not thread - safe

    一個生成元素並將它們存儲在非線程安全的泛型隊列中。
分享友人