A data structure for mutual exclusion, also known as a binary semaphore.
表现互斥现象的数据结构,也被当作二元信号灯。
Mutual exclusion can be achieved with the use of a semaphore or mutex.
互斥现象能由使用信号灯或互斥完成。
The process synchronization and process mutual exclusion and semaphore mechanism, which are emphases and difficulty in the Operating System course.
操作系统中,进程同步和互斥问题以及与之相关的信号量机制是教学过程中的重点和难点问题。
The mutex (mutual exclusion) semaphore ensures that only one process at a time has access to the region of code.
这种互斥通信法保证在同一时间仅有一个进程访问此码区。
The mutex (mutual exclusion) semaphore ensures that only one process at a time has access to the region of code.
这种互斥通信法保证在同一时间仅有一个进程访问此码区。
应用推荐