互斥(体);
英文例句/中文翻译:
each mutex is always either owned or unowned.
每个互斥体要么是有主的,要么是无主的。
to "lock" a mutex means to wait until the mutex is unowned, and then make it owned by the current thread.
锁定“一个互斥体意味着等待,直至该互斥体变为无主,然后令其被当前线程拥有。”
The mutex kind can be set in two ways.
可以以两种方式设置互斥的类型。