双重检查 meaning in English
duplicating check
twin check
Examples
- Use the double - check pattern for synchronized initialization
对于同步的初始化应使用双重检查模式。 - Double - checked locking problem
双重检查锁定问题 - If you ve read any of the articles on the double - checked locking problem see
如果您阅读了关于双重检查锁定问题( double - checked locking problem )的任何文章(参阅 - Under the new memory model , this " fix " to double - checked locking renders the idiom thread - safe
在新的内存模型中,对双重检查锁定的这个“修复”使idiom线程安全。 - For a description of the double - checked locking problem and an an explanation of why the proposed algorithmic fixes don t work
(有关双重检查锁定的问题和对为什么所建议的算法修复不能解决问题的说明请参阅