MUTEX in English translation

mutex
互斥
一个互斥锁

Examples of using Mutex in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
正如你所怀疑的,Mutex<T>是一个智能指针。
As you may suspect, Mutex<T> is a smart pointer.
这意味着Mutex<T>提供了内部可变性,就像Cell系列类型那样。
This means Mutex<T> provides interior mutability, like the Cell family does.
示例16-12:出于简单的考虑,在一个单线程上下文中探索Mutex<T>的API.
Listing 16-12: Exploring the API of Mutex<T> in a single-threaded context for simplicity.
示例16-12:出于简单的考虑,在一个单线程上下文中探索Mutex<T>的API.
Listing 16-12: Exploring the API of Mutex<T> in a single threaded context for simplicity.
用以保护大量内核资源的一种互斥排他机制(一种休眠互斥体,sleepmutex)的名字。
The name of a mutual exclusion mechanism(a sleep mutex) that protects a large set of kernel resources.
为了锁住和解锁一个互斥锁,你可以使用pthread_mutex_lock和pthread_mutex_unlock函数。
To lock and unlock the mutex lock, you use the pthread_mutex_lock and pthread_mutex_unlock functions.
你可以确定持有mutexA的线程:.
You can determine which thread is holding mutex A.
Mutex类是不可复制的。
A Mutex is NonCopyable.
Linux-什么时候应该使用mutex,什么时候应该使用semaphore?
When to use mutex and when to use semaphore?
Mutex类是不可复制的。
The mutex class is non-copyable.
Mutex和semaphore有什么区别?
What is the difference between mutex and semaphore.
Mutex数据类型有两个方法,Lock和Unlock。
A mutex contains two functions, lock and unlock.
Mutex和semaphore有什么区别??
What are the differences between Mutex& Semaphore?
那什么时候该使用Semaphore,什么时候使用Mutex??
When to use mutex and when to use semaphore?
为此,我们可以使用Mutex<T>类型。!
For that, we can use the Mutex<T> type!
将尝试打开3个Mutex.
Tries to open a Mutex.
反之应该使用mutex
It is better to utilize a mutex.
反之应该使用mutex
To use a mutex.
mutex就没有这些功能。
But in mutex, there is no such function.
用一个例子来做总结,首先展示如何使用mutex:.
To summarize with an example, here's how to use a mutex.
Results: 36, Time: 0.0167

Top dictionary queries

Chinese - English