1·Any access to a collection of events is guarded by a mutual exclusion object.
任何对一组事件的访问都由一个互斥对象来保护。
2·There's a loophole when synchronizing on a mutable field, however, which can break down mutual exclusion.
然而,易变域的同步中会有一个漏洞,它可能破坏互斥。
3·The primary means of synchronization is the use of synchronized blocks, which provide both mutual exclusion and visibility guarantees.
同步的主要方式就是使用synchronized块,它既提供了互斥又提供了可见性保证。
4·While the semantics of synchronized do include mutual exclusion and atomicity, the reality of what happens prior to monitor entry and after monitor exit is considerably more complicated.
虽然 synchronized 的语义中确实包括互斥和原子性,但在管程进入之前和在管程退出之后发生的事情要复杂得多。
5·When mutual exclusion with interrupt handlers is required.
当需要与中断服务程序互斥时。