互斥锁 meaning in English
mutex
Examples
- This is accomplished by obtaining a mutual - exclusion lock for a given object for the duration of the code block
这是通过在代码块运行期间为给定对象获取互斥锁来实现的。 - Be sure to read the next installment in the series , " migrate your apps from os 2 to linux : part 3 . timer and dll calls
将应用程序从os / 2迁移到linux上:第1部分,线程、互斥锁和信号量 - Keyword marks a statement block as a critical section by obtaining the mutual - exclusion lock for a given object , executing a statement , and then releasing the lock
关键字将语句块标记为临界区,方法是获取给定对象的互斥锁,执行语句,然后释放该锁。 - Keyword enforces a mutex mutual exclusion that prevents more than one thread at a time from entering a synchronized block protected by a given monitor
关键字强制实施一个互斥锁(互相排斥) ,这个互斥锁防止每次有多个线程进入一个给定监控器所保护的同步语句块。 - Additionally , for the concurrent problem during them design process , we proposed a novel multi - versioning approach and also developed a locking combination for this method
并且针对图案协同设计中存在的一致性维护和冲突问题,探讨了一致性维护的多版本方法和基于多版本方法的立即互斥锁的实现。