您要查找的是不是:
- Mutual exclusion is the rule in both discrete and contiguous selection. 互斥对离散选择和连续选择都适用。
- mutual exclusion rule 互斥规则
- Mutex Provides mutual exclusion for thread synchronization. 为线程同步提供互斥。
- Mutual exclusion: only one process at a time can use a resource. 互斥:一次只有一个进程可以使用一个资源。
- When mutual exclusion with interrupt handlers is required. 当需要与中断服务程序互斥时。
- Mutual exclusion can be achieved with the use of a semaphore or mutex. 互斥现象能由使用信号灯或互斥完成。
- Mutual exclusion can be achieed with the use of a semaphore or mutex. 互斥现象能由使用信号灯或互斥完成。
- "Selection for mutual exclusion" is another, preferable designation. “互斥选择”,是另一种更为可取的叫法。
- Any access to a collection of events is guarded by a mutual exclusion object. 任何对一组事件的访问都由一个互斥对象来保护。
- Blocks, which provide both mutual exclusion and visibility guarantees. 块,它既提供了互斥又提供了可见性保证。
- Mutual exclusion is the method of serializing access to shared resources. 互斥是一个线性访问共享资源的方法。
- A data structure for mutual exclusion, also known as a binary semaphore. 表现互斥现象的数据结构,也被当作二信号灯。
- Control Flow Obfuscation exclusion rules. 控制流模糊处理排除规则。
- This behavior is called mutual exclusion, as the selection of one excludes the selection of the other. 这种行为称为“互斥”,也就是一个选择排斥另一个选择。
- In consequence of mutual exclusion, radio buttons always come in groups of two or more, and one radio button in each group is always selected. 因为相互排斥,所以单选按钮总以两个或多个成组出现,而且每组中只有一个单选按钮可被选中。
- Most discrete-selection systems implement mutual exclusion by default and allow additive selection only by using a meta-key. 多数离散选择系统默认情况下采用互斥机制,只有使用元键时才允许添加选择。
- Mutual Exclusion - not required for sharable resources; must hold for nonsharable resources. 互斥:共享资源不是必须的,必须保持非共享资源。
- This exclusionary rule wasn't carved out by the courts until 1961. 这个排除规则直到1961年才由法院创制。
- The key to ** code reentrant is to ensure mutual exclusion whenever accessing global variables or shared registers. 使代码可再入的关键在于确保在访问全局变量或共享寄存器时互斥现象发生。
- The mutex (mutual exclusion) semaphore ensures that only one process at a time has access to the region of code. 这种互斥通信法保证在同一时间仅有一个进程访问此码区。