mutex meaning in Chinese
互斥标记
互斥锁
互斥元、互斥体
Examples
- Mutex provides mutual exclusion for thread synchronization
为线程同步提供互斥。 - This article focuses on mutex primitives
本文关注的是互斥原语( primitives ) 。 - Method to open an existing named system mutex
方法打开现有的命名系统mutex 。 - A mutex is unlocked with the function see
使用下面的函数解开对互斥的锁定(见 - The function waits until the mutex becomes unlocked
函数会等待互斥被解锁。