中英互译
mutual exclusion
美 /ˈmjuːtʃuəl ɪkˈskluːʒn/
基本释义
- 互斥:在计算机科学中,指一种同一时间只允许一个进程或线程访问共享资源的机制。
双语例句
- They provide a means of mutual exclusion (hence the name).他们提供了一种相互排斥的方法(互斥对象即由此得名)。
- Mutual exclusion can be achieved with the use of a semaphore or mutex.互斥现象能由使用信号灯或互斥完成。
- A data structure for mutual exclusion, also known as a binary semaphore.表现互斥现象的数据结构,也被当作二元信号灯。
网络短语
- mutual exclusion rule互斥现象则;互斥规则
- deadlock mutual exclusion互斥
- Mutual exclusion lock互斥锁
- mutual exclusion semaphore还支持互斥型信号量;互斥量;函数实现了互斥量
- MUTUAL EXCLUSION SEMAPHORE MANAGEMENT互斥型信号量项管理
同义词
互斥;互斥现象
英英释义
- In computer science, mutual exclusion refers to the requirement of ensuring that no two processes or threads (henceforth referred to only as processes) are in their critical section at the same time. Here, a critical section refers to a period of time when the process accesses a shared resource, such as shared memory.