累计查询 0.00 亿次

mutual exclusion

/ˈmjuːtʃuəl ɪkˈskluːʒn/
  • 互斥:在计算机科学中,指一种同一时间只允许一个进程或线程访问共享资源的机制。

双语例句

  1. They provide a means of mutual exclusion (hence the name).
    他们提供了一种相互排斥的方法(互斥对象即由此得名)。
  2. Mutual exclusion can be achieved with the use of a semaphore or mutex.
    互斥现象能由使用信号灯或互斥完成。
  3. 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.