释义 |
mutex semaphore 互斥通信法 A semaphore that is used to control exclusive access to a shared data base or other resource.It ensures that only one process at a time is within the critical region of code that accesses the resource. 一种通信方法,使用这种方法来控制对一共享数据库或其它资源的排它性访问。这确保在 同一时间仅有一个进程处于访问此资源的临界码区中。 参阅semaphore。 |