网站首页  词典首页

请输入您要查询的英文单词:

 

单词 mutex
释义

mutex

  • 网络互斥量;互斥体;互斥锁
1.
互斥量
对于互斥量(Mutex),只有拥有它的线程能够调用 ReleaseMutex。对于信号量(Semaphore),每个线程都可以使用 ReleaseSem…
www.docin.com
2.
互斥体
图二、应用互斥体Mutex)实现同步不知道从上面的描述,读者有又没有看出互斥体与临界区之间的区别。
blog.csdn.net
3.
互斥锁
互斥锁(mutex)使得某一确定时刻只有一个线程可以访问保护中的数据。◆ 读/写锁◆ 信号灯◆ 线程同步除了需要保护共享数据 …
mianshi.fenzhi.com
4.
互斥对象
互斥对象mutex)内核对象能够确保线程拥有对单个资源的互斥访问权。 互斥对象的组成:一个使用数量、一个线程ID(用 …
qiuyili68.blog.163.com
5.
互斥器
它往往被描述为互斥器mutex)或关键区(critical section)。这就容易产生误解,以为代码被关键词synchronized保护着,因 …
xiangxiaojiang.blog.163.com
6.
互斥信号量
b. 互斥:互斥信号量Mutex)用来实现对共享资源的保护,当两个以上的任务共享同一块内存缓冲区或同一个I/O设备之类的 …
jiangli042.blog.163.com
7.
互斥标记
未分类 - - Nicolas’ Blog - Upholstery ... must 必须 mutex 互斥标记 name 名字 ...
blog.donews.com

例句

释义:
1.
The slot's connection is checked to see if it is blocked or disconnected, and then the connection's mutex is unlocked.
插槽的连接被检查,看它是否被阻塞或断开,然后,连接的互斥体被解锁。
boost-doc-zh.googlecode.com
2.
The name of the system mutex whose access control security rules are to be retrieved.
要检索其访问控制安全性规则的系统mutex的名称。
msdn2.microsoft.com
3.
Then, when a thread is ready to terminate, it locks the mutex, decrements threadcount, and unlocks the mutex.
当一个线程准备终止时,它再次锁定互斥量,减量threadcount,然后解锁互斥量。
www.ibm.com
4.
The code between the lock and unlock calls to the mutex, is referred to as the critical section.
在打开和关闭互斥调用之间的代码称为临界域。
forum.byr.edu.cn
5.
Therefore, at the end of it all, you now have two reader threads, both waiting on the condition variable, and the mutex is unlocked.
因此,最后两个读线程都等待条件变量,互斥锁没有被锁住。
www.ibm.com
6.
If the calling thread has no ownership of this mutex, this function fails.
如果调用线程并不拥有这个互斥信号量,那么这个函数的执行将会失败。
www.ibm.com
7.
As you can see, pthread_mutex_init accepts a pointer to an already-allocated region of memory to initialize as a mutex.
正如所示,pthread_mutex_init接受一个指针作为参数以初始化为互斥对象,该指针指向一块已分配好的内存区。
www.ibm.com
8.
Mutual exclusion (most often referred to as mutex) allows the programmer to "attach" locks to resources.
互斥(通常被称为mutex)允许编程人员给资源上锁。
forum.byr.edu.cn
9.
A mutex provides exclusive access control for a resource between threads, as shown in.
所示,互斥提供线程间资源的独占访问控制。
www-128.ibm.com
10.
It also allows you to unlock the mutex and wait on the condition variable atomically, without the possible intervention of another thread.
它还允许您原子地(atomically)解除互斥的锁定,并等待条件变量,而不会有干涉其他线程的可能。
www.ibm.com
1.
The constructor and destructor of the queue class are responsible for the creation and destruction of the mutex, as shown in Listing 1.
队列类的构造函数和析构函数负责创建和销毁互斥锁,见清单1。
www.ibm.com
2.
Mutex objects are synchronization objects that can be owned by only a single thread at a time.
Mutex对象是一次只能为一个线程所拥有的同步对象。
msdn2.microsoft.com
3.
It is a simple lock with only the thread that owns the lock being able to release the mutex.
它是一个简单的锁,只有持有它的线程才可以释放那个互斥。
www-128.ibm.com
4.
This function gets a pointer to the mutex it is trying to lock.
这个函数会获得一个指向它正在尝试锁定的互斥的指针。
www.ibm.com
5.
Class with the specified sections of the access control security rules from the system mutex with the specified name.
使用来自具有指定名称的系统mutex的访问控制安全性规则的指定部分初始化。
msdn2.microsoft.com
6.
A thread holding a mutex can be de-scheduled, perhaps because it was the end of its time-slice.
可能因为分配的时间片结束,持有互斥锁的线程被取消调度。
www.ibm.com
7.
The mutex API provides five functions: three are used for locking, one for unlocking, and another for testing a mutex.
互斥锁API提供了5个函数:其中3个用于锁定,一个用于解锁,另一个用于测试互斥锁。
www.ibm.com
8.
A process can specify the name of a mutex object in a call to the OpenMutex or CreateMutex function.
进程可以在OpenMutex函数或CreateMutex函数中指定互斥体对象的名称。
baike.baidu.com
9.
Clearly, pushing data into the queue is akin to appending data to the list, and this operation must be guarded by mutex locks.
显然,把数据放到队列中就像是把数据添加到列表中,必须使用互斥锁保护这个操作。
www.ibm.com
10.
A far better approach would be to define another method that accepts a list of integers and acquire and release the mutex only once.
更好的做法是定义另一个方法,它接收一系列整数,只获取并释放互斥锁一次。
www.ibm.com
1.
The state of a mutex object is signaled when it is not owned by any thread.
当互斥体对象不属于任何一个线程时,互斥体的状态为受信状态。
baike.baidu.com
2.
A MutexSecurity object that represents the access control security to be applied to the named system mutex.
一个MutexSecurity对象,表示应用于已命名的系统互斥体的访问控制安全性。
msdn2.microsoft.com
3.
Meanwhile, another handle you forced closed was reused as a mutex handle, which is used to help prevent data from being corrupted.
同时,另一个句柄您强制关闭时重用作为用于帮助防止数据被损坏一个互斥体句柄。
technet.microsoft.com
4.
If not awake otherwise, at the end of the timeout, the reader needs to wake itself up and release the mutex.
如果到超时时间段结束时还没有被唤醒,读线程需要唤醒自身并释放互斥锁。
www.ibm.com
5.
The procedure for creating and using a mutex is a bit more complicated than the procedure for starting a thread.
创建和使用互斥量的过程比仅仅是开始一个线程的过程要稍微复杂一些。
www.ibm.com
6.
Finally, you can check the status of a mutex through a call to mutex_is_locked.
最后,可以通过调用mutex_is_locked检查互斥锁的状态。
www.ibm.com
7.
Buffer acquisition is managed through the use of latches, known as mutex, and lock-access information.
缓冲区的获取是通过使用锁存器(latch)和锁访问信息来管理的,该锁存器称作mutex。
www.ibm.com
8.
The example uses the OpenExisting(String) method overload to test for the existence of a named mutex.
该示例使用OpenExisting(String)方法重载来测试指定的mutex是否存在。
msdn2.microsoft.com
9.
It could repeatedly lock and unlock a mutex, each time checking a shared data structure for a certain value.
它可以重复对互斥对象锁定和解锁,每次都会检查共享数据结构,以查找某个值。
www.ibm.com
10.
We also referenced lists of mutex sample codes to help you when you undertake the migration activity involving Win32 to Linux.
我们还引用了一系列互斥示例代码来帮助您进行从Win32到Linux的迁移行动。
www.ibm.com
1.
Threads request ownership of the mutex object when they require exclusive access to a resource.
线程需要独占访问某个资源时,将请求对mutex对象的所属权。
msdn2.microsoft.com
2.
A signal's mutex is automatically locked whenever any of the signal's methods are called.
调用信号的任何方法时,信号的互斥体都会自动加锁。
boost-doc-zh.googlecode.com
3.
For similar synchronization between the threads of different processes, use a mutex object.
对于不同进程之间的类似线程同步,使用互斥对象。
mongfei.yan.blog.163.com
4.
The setup for a lock operation involves allocation of a prelocked mutex.
锁定操作的设置涉及分配一个预先锁定的互斥锁。
www.ibm.com
5.
The display thread must wait for the mutex to be clear before updating the display.
显示线程在更新显示之前必须等待清除互斥体。
technet.microsoft.com
6.
The name of the system mutex.
系统互斥体的名称。
msdn2.microsoft.com
7.
Initializer defines shared memory id m_shmid and a semaphore ms_mutex for synchronous event handling.
Initializer定义了共享内存的idm_shmid和一个用来处理同步事件的信号量ms_mutex。
www.ibm.com
8.
To open an existing named mutex with only those permissions needed for synchronizing thread activities, see the OpenExisting method.
若要仅使用对线程活动进行同步所需的权限打开现有的已命名Mutex,请参见OpenExisting方法。
msdn2.microsoft.com
9.
To "lock" a mutex means to wait until the mutex is unowned, and then make it owned by the current thread.
锁定“一个互斥体意味着等待,直至该互斥体变为无主,然后令其被当前线程拥有。”
boost-doc-zh.googlecode.com
10.
In order for a task to run under MARS, it must acquire the session mutex.
任务必须获取会话互斥体,才能在MARS下运行。
msdn2.microsoft.com
1.
Creating or deleting a performance counter requires synchronization of the underlying code by using a named mutex.
创建或删除性能计数器时需要使用已命名的互斥体来同步基础代码。
msdn2.microsoft.com
2.
Futex (fast user space mutex) is done by the kernel on the thread ID upon pthread_join (for more on futex, please see Resources).
当pthread_join发生时由内核根据线程ID来完成Futex(fastuserspacemutex)。(要了解futex的更多信息,请参阅参考资料)。
www.ibm.com
3.
Mutual exclusion can be achieved with the use of a semaphore or mutex.
互斥现象能由使用信号灯或互斥完成。
www.hjenglish.com
4.
POSIX provides locking and synchronization support through the pthread_mutex data type.
POSIX通过pthread_mutex数据类型提供锁定和同步支持。
www.ibm.com
5.
The state of a mutex is signaled if no thread owns it.
如果没有任何线程拥有它,则Mutex的状态为已发信号的状态。
msdn2.microsoft.com
6.
Otherwise, you can use the "recursive" mutex type, which allows the holder of the lock to lock the same mutex multiple times.
另外,您还可以使用“递归”类型的互斥量,这种互斥量允许对同一个互斥量锁定多次。
www.ibm.com
7.
If the named system mutex does not exist, it is created with the specified access control security.
如果已命名的系统互斥体不存在,则使用指定的访问控制安全性创建它。
msdn2.microsoft.com
8.
Using mutex the object compilation multi-thread utilization procedure, may directly move, may manual change.
编写的多线程运用程序,可以直接运行,可以手动改变线程优先级,很直观。
www.88pl.com
9.
This is a serious programming error because the resource the mutex is protecting might be left in an inconsistent state.
这是严重的编程错误,因为该mutex正在保护的资源可能会处于不一致的状态。在。
msdn2.microsoft.com
10.
Furthermore, a Mutex is created each time a new slot is connected to the signal, to protect the associated signal-slot connection.
此外,每当一个新的插槽连接到信号,都会创建一个Mutex,以保护相关的信号插槽连接。
boost-doc-zh.googlecode.com
1.
The data structure is in effect "frozen" until the mutex is unlocked.
那个数据结构实际上是“冻结”了,直到互斥对象被解锁为止。
www.ibm.com
2.
Lower-priority threads could acquire a mutex, thus halting higher-priority threads that require the same mutex to proceed.
低优先级的线程可以获得互斥锁,因此阻碍需要同一互斥锁的高优先级线程。
www.ibm.com
3.
Imagine, if you will, a pair of mutexes; we'll call them count_mutex and rand_mutex.
想像这儿有两个互斥量,我们分别称它们为count_mutex和rand_mutex。
www.ibm.com
4.
The mutex object must be declared; once declared, it must be initialized.
互斥量对象必须先被声明;声明后还必须初始化。
www.ibm.com
5.
When publishing its data, it would acquire a mutex, do writes to the bus, and release the mutex.
存放数据的时候,他先要获得互斥锁,再往总线上写数据,最后再释放互斥锁。
www.bing.com
6.
The call blocks until the mutex is available, or until the optional timeout interval elapses.
该调用会一直阻塞到mutex可用,或直至达到可选的超时间隔。
msdn2.microsoft.com
7.
Attempt to release mutex not owned by caller.
企图释放并非呼叫方所拥有的多用户终端运行程序。
www.tdict.com
8.
Note that you've invoked pthread_cond_broadcast after releasing the mutex.
注意,在释放互斥锁之后调用pthread_cond_broadcast。
www.ibm.com
9.
Mutex Provides mutual exclusion for thread synchronization.
为线程同步提供互斥。
msdn2.microsoft.com
10.
Achieved a reader and writer process mutex synchronization problems between.
实现了读者与写者进程之间的同步互斥问题。
www.hxzi.com
1.
The exception that is thrown when an attempt is made to open a system mutex or semaphore that does not exist.
在试图打开不存在的系统互斥体或信号量时引发的异常。
msdn2.microsoft.com
2.
So far, you have used a mutex or multiple mutexes included as part of the data structure for synchronization.
到目前为止,都是在数据结构中使用一个或多个互斥锁管理同步。
www.ibm.com
3.
If the task is running under a transaction, it must then acquire the transaction mutex.
如果任务在事务下运行,则它必须获取事务互斥体。
msdn2.microsoft.com
4.
Only one task may hold the mutex at a time, and only this task can unlock the mutex.
同一时间只能有一个任务持有互斥锁,而且只有这个任务可以对互斥锁进行解锁。
www.ibm.com
5.
Mutex class for synchronizing mutually exclusive threads.
类,以及一个同步互斥线程的。
msdn2.microsoft.com
6.
Sets the access control security for a named system mutex.
设置已命名的系统互斥体的访问控制安全性。
msdn2.microsoft.com
7.
This call might fail if the calling thread does not own the mutex object.
如果进行调用的线程并不拥有那个互斥对象,则这个调用可能会失败。
www-128.ibm.com
8.
It returns a handle that can be used by any function that requires a mutex object because all access rights to this mutex are provided.
它将返回一个句柄,任何需要互斥信号量对象的函数都可以使用这个句柄,因为对这个互斥信号量提供了所有的访问权限。
www.ibm.com
9.
Mutexes will insert a "memory barrier, " which ensures that the writes to main memory occur in the order the threads lock the mutex.
互斥对象将插入一道“内存关卡”,由它来确保对主存的写入按照线程锁定互斥对象的顺序进行。
www.ibm.com
10.
Likewise, if thread "c" tries to lock the mutex while thread "a" is holding it, thread "c" will also be put to sleep temporarily.
同样地,当线程a正锁定互斥对象时,如果线程c试图锁定互斥对象的话,线程c也将临时进入睡眠状态。
www.ibm.com
1.
Each mutex is always either owned or unowned.
每个互斥体要么是有主的,要么是无主的。
boost-doc-zh.googlecode.com
2.
This constructor initializes a Mutex object that represents a named system mutex.
此构造函数初始化Mutex对象,该对象表示命名的Mutex。
msdn2.microsoft.com
3.
After the permissions are changed, the mutex is opened with the rights required to enter and release it.
更改权限后,将以进入和释放Mutex所需的权限打开Mutex。
msdn2.microsoft.com
4.
Object that represents the access control security for the named mutex.
对象,该对象表示已命名互斥体的访问控制安全性。
msdn2.microsoft.com
5.
This routine does something new; it locks a mutex called, creatively enough, count_mutex.
这个例程做了一些新的工作;它锁定一个叫做count_mutex的互斥量。
www.ibm.com
6.
You create and initialize a mutex in one operation through the DEFINE_MUTEX macro.
可以通过DEFINE_MUTEX宏使用一个操作创建和初始化互斥锁。
www.ibm.com
7.
A POSIX API for creating a pthread_mutex lets the mutex implement the priority-inheritance protocol.
用于创建pthread_mutex的POSIXAPI使用互斥锁来实现优先级继承协议。
www.ibm.com
8.
After locking that, it creates a new thread and increments threadcount; after it's done, it unlocks the mutex.
之后它创建一个新的线程同时增量threadcount;在完成之后,它解锁互斥量。
www.ibm.com
9.
pthread_mutexes can be created with different locking policies.
pthread_mutex可以使用不同的锁定策略创建。
www.ibm.com
10.
When the original file handle is closed, the mutex handle is closed and the protections against data corruption are lost.
关闭原始文件句柄时,互斥体句柄已关闭,并且对数据损坏保护会丢失。
technet.microsoft.com
1.
If the named mutex exists, the specified access control security is ignored.
如果已命名的系统互斥体存在,则忽略指定的访问控制安全性。
msdn2.microsoft.com
2.
Listing 2 illustrates creating a critical section with a POSIX mutex.
清单2演示了如何使用POSIX互斥函数创建临界区。
www.ibm.com
3.
Your code could repeatedly lock and unlock the mutex, checking for any changes to the value.
代码可以反复对互斥对象锁定和解锁,以检查值的任何变化。
www.ibm.com
4.
However, a mutex should accompany each condition variable.
不过,每个条件变量都应该伴有一个互斥。
www.ibm.com
5.
Interconnects with the tri-state and bi-direction driving source are sifted according to the mutex algorithm.
其次,根据互斥算法对包含三态双向驱动源的互连线进行筛选,确定施加激励的互连线。
www.ceps.com.tw
6.
The function waits until the mutex becomes unlocked.
函数会等待互斥被解锁。
www-128.ibm.com
7.
In previous versions, the WaitAll method returns true when a mutex is abandoned.
在以前的版本中,如果放弃Mutex,WaitAll方法则返回true。
msdn2.microsoft.com
8.
To apply a rule to a named system mutex, use the Mutex. : : . GetAccessControl method to get the MutexSecurity object.
若要将规则应用于命名的系统mutex,请使用Mutex.::.GetAccessControl方法获取MutexSecurity对象。
msdn2.microsoft.com
9.
The advantages to this is that if a thread is about to give up a mutex, you don't have to context switch to another thread.
这样做的优点是当一个线程要放弃一个互斥锁的时候,你不需要上下文切换到另外的线程中去。
forum.byr.edu.cn
10.
The mutex kind can be set in two ways.
可以以两种方式设置互斥的类型。
www-128.ibm.com
1.
The mutex kind can be set in two ways.
可以以两种方式设置互斥的类型。
www-128.ibm.com
2.
You can create multiple Mutex objects that represent the same named system mutex.
您可以创建多个Mutex对象来表示同一个已命名的系统互斥体。
msdn2.microsoft.com
3.
The kernel mutex is implemented on top of the atomic API, though this is not visible to the kernel user.
内核互斥锁是在原子API之上实现的,但这对于内核用户是不可见的。
www.ibm.com
4.
This function takes the handle to the mutex object and waits until it is signaled or timeout occurs.
这个函数会使用一个互斥对象的句柄,并一直等待,直到它变为有信号状态或超时为止。
www.ibm.com
5.
The wait terminated because a thread exited without releasing a mutex.
由于线程退出时未释放mutex,导致等待过程终止。
msdn2.microsoft.com
6.
Another way of setting the mutex kind is by using a mutex attribute object.
设置互斥的另一种方式是使用互斥属性对象。
www.ibm.com
7.
The wait completed because a thread exited without releasing a mutex.
由于线程退出时未释放mutex,导致等待过程结束。
msdn2.microsoft.com
8.
Before the task can run, it must have exclusive access to the transaction mutex.
任务必须独占访问事务互斥体,才能运行。
msdn2.microsoft.com
9.
If the mutex is currently unlocked you'll get the lock, and this function will return zero.
如果互斥对象当前处于解锁状态,那么您将获得该锁并且函数将返回零。
www.ibm.com
10.
Locking occurs on two levels (see Listing 7): The list has a read-write lock, while individual nodes contain a mutex.
在两个级别上执行锁定(见清单7):链表有一个读写锁,各个节点包含一个互斥锁。
www.ibm.com
1.
It must be given a name so that both applications can access the same mutex object.
必须给它指定一个名称,才能使两个应用程序访问同一个mutex对象。
msdn2.microsoft.com
2.
You can further optimize this situation by using pthread_mutex_timedlock API, if your system supports it (see Resources).
如果系统支持的话,可以使用pthread_mutex_timedlockAPI进一步优化这个场景(见参考资料)。
www.ibm.com
3.
In Linux destroys a mutex object, which frees the resources it might hold.
会销毁互斥对象,这会释放它可能会持有的资源。
www-128.ibm.com
4.
So, let's say we go ahead and add a mutex that surrounds the random number generator.
所以,让我们更进一步,在产生随机数的地方加一个互斥量。
www.ibm.com
5.
An abandoned Mutex typically indicates a serious error in the code.
放弃的Mutex通常表明代码中存在严重错误。
msdn2.microsoft.com
6.
The error is not due to the locked mutex.
那个错误不是归咎于被锁定的互斥。
www-128.ibm.com
7.
Before the task can run, it must have exclusive access to the session mutex.
任务必须独占访问会话互斥体,才能运行。
msdn2.microsoft.com
8.
In either case, when control is returned, the caller holds the mutex.
无论在哪种情形中,当控制被返回时,调用者将持有互斥锁。
www.ibm.com
9.
If possible, just design your program never to re-lock a mutex it already has.
如果可能,在设计程序时决不要锁定一个已经锁定的互斥量。
www.ibm.com
10.
An abandoned mutex indicates a serious coding error.
出现遗弃的Mutex表明存在严重的编码错误。
msdn2.microsoft.com
1.
A mutex in the thread-specific cache is acquired from the global lock cache.
线程专用缓存中的互斥锁从全局锁缓存中获得。
www.ibm.com
2.
After a mutex is locked, it must be unlocked.
当一个互斥锁被锁定后,它必须被解锁。
www.ibm.com
3.
A Mutex object that represents the abandoned mutex.
一个Mutex对象,表示被放弃的互斥体。
msdn2.microsoft.com
4.
To test whether a mutex is locked without actually blocking it.
来测试某个互斥是否已经被锁定,而不需要真正地去锁定它。
www-128.ibm.com
5.
The stored procedure executing from user request U1 has acquired the session mutex.
用户请求U1执行的存储过程已获取会话互斥体。
msdn2.microsoft.com
6.
Unlike Monitor, a Mutex is an instantiable object.
与Monitor不同,Mutex是可实例化的对象。
msdn2.microsoft.com
7.
Otherwise, it can be created statically when it is declared by a pthread_mutex_t variable.
或者,当通过pthread_mutex_t变量声明它的时候,可以静态地创建它。
www.ibm.com
8.
Illustrates a static way of setting a mutex.
介绍了设置互斥的静态方法。
www-128.ibm.com
9.
Immediately after unlocking the mutex, thread 2 calls the function pthread_cond_broadcast(&mycond).
在对互斥对象解锁之后,2号线程会立即调用函数pthread_cond_broadcast(&mycond)。
www.ibm.com
10.
Otherwise, the caller created the mutex.
否则创建一个互斥对象。
blog.sina.com.cn
1.
Before it is put into the thread lock cache, the mutex is prelocked by the thread.
互斥锁在放入线程锁定缓存之前被线程预先锁定。
www.ibm.com
2.
A type of semaphore with just two states. Also called a mutex.
两种状态的信号。也叫互斥信号。
www.ttxyy.com
3.
The exception that is thrown when one thread acquires a Mutex object that another thread has abandoned by exiting without releasing it.
当某个线程获取由另一个线程放弃(即在未释放的情况下退出)的Mutex对象时引发的异常。
msdn2.microsoft.com
4.
You should always unlock a mutex that you've locked as soon as safely possible (to increase performance).
始终应该尽快对已加锁的互斥对象进行解锁(以提高性能)。
www.ibm.com
5.
The function returns when the mutex is locked, or if an error occurred.
当互斥被锁定或者发生错误时,函数返回。
www.ibm.com
6.
Do we need to lock and unlock the mutex before and after the increment respectively?
那么,是否需要在加一操作语句前后分别锁定和解锁互斥对象呢?
www.ibm.com
7.
This call is handy when you want to lock a mutex while your thread is doing something else (because the mutex is currently locked).
当线程正在做其它事情的时候(由于互斥对象当前是锁定的),如果希望锁定互斥对象,这个调用就相当方便。
www.ibm.com
8.
A local mutex exists only within your process.
本地mutex仅存在于进程当中。
msdn2.microsoft.com
9.
If a thread releases a mutex it does not own, an ApplicationException is thrown in the thread.
如果线程释放不是它拥有的mutex,则会在该线程中引发ApplicationException。
msdn2.microsoft.com
10.
However, if the mutex is locked this call won't block.
然而,如果互斥对象已锁定,这个调用也不会阻塞。
www.ibm.com
1.
Each Mutex object is a separate local mutex.
每个Mutex对象都是一个单独的本地mutex。
msdn2.microsoft.com
2.
Mutex object to explain how to use mutex objects to multi-thread synchronization.
互斥对象的讲解,如何采用互斥对象来实现多线程的同步。
www.dgmini.com
3.
If the timeout has occurred before the reader thread could acquire the mutex, then no processing need be done.
如果在读线程能够获得互斥锁之前发生了超时,那么不需要进行处理。
www.ibm.com
4.
While still holding the mutex lock, our thread will call pthread_cond_wait(&mycond, &mymutex).
锁定互斥对象时,线程将调用pthread_cond_wait(&mycond,&mymutex)。
www.ibm.com
5.
The named mutex exists and has access control security, but the user does not have MutexRights. FullControl.
命名的Mutex存在并具有访问控制安全性,但用户不具有MutexRights.FullControl。
msdn2.microsoft.com
6.
If a Mutex object represents a local mutex, access control is irrelevant.
如果Mutex对象表示本地mutex,则访问控制不起作用。
msdn2.microsoft.com
7.
The POSIX lock type is a pthread_mutex.
POSIX锁的类型为pthread_mutex。
www.ibm.com
8.
A type of semaphore with just two tates . Also called a mutex.
一种只有两种状态的信号。也叫互斥信号。
dictsearch.appspot.com
9.
Here is another Win32 sample code to acquire mutex between processes.
这里是获得进程间互斥的另一Win32示例代码。
www.ibm.com
10.
This is accomplished with the mutex_unlock function.
这是由mutex_unlock函数来完成的。
www.ibm.com
1.
Another problem with mutexes is that contention for a mutex can lead to priority inversion.
另外一个问题是互斥锁的争夺会造成优先权倒置。
www.showxiu.com
2.
The calls act as a warning to other threads to go to sleep and wait their turn for the mutex lock.
这两个函数调用的作用就是警告其它线程,要它们继续睡眠并等待轮到它们对互斥对象加锁。
www.ibm.com
3.
The first thread locks the mutex and appends data to the queue, while the other threads wait for their turn.
第一个线程锁住互斥并把数据添加到队列中,而其他线程等待轮到它们操作。
www.ibm.com
4.
But you can also create a mutex dynamically.
但是还可以动态地创建互斥对象。
www.ibm.com
5.
It can be used by any thread in your process that has a reference to the local Mutex object.
进程中引用本地Mutex对象的任意线程都可以使用本地mutex。
msdn2.microsoft.com
6.
Here's the sample code for creating a mutex (see Listings 6 and 7 below).
这里是创建互斥的示例代码(见下面的6和7)。
www.ibm.com
7.
If thread two runs, it'll want to lock count_mutex, which is held by thread one.
如果线程2要运行,它就要锁定count_mutex,而这个互斥量已经被线程1占有了。
www.ibm.com
8.
No two threads can have the same mutex locked at the same time.
两个线程不能同时对同一个互斥对象加锁。
www.ibm.com
9.
This way, the change to add mutex code only has to happen in one place.
这样做使增加互斥代码时只需要在一个子程序中进行改动。
www.ibm.com
10.
If the mutex already happens to be locked, the caller will go to sleep.
如果碰巧已经锁定了互斥对象,调用者将进入睡眠状态。
www.ibm.com
1.
It also checks whether the mutex is unlocked at that time (see Listing 9).
它还会检查互斥在那个时刻是不是解除锁定的(见清单9)。
www.ibm.com
2.
Because the Mutex and Semaphore classes derive from WaitHandle, they can be used with the static methods of WaitHandle.
因为Mutex和Semaphore类派生自WaitHandle,所以它们可用于WaitHandle的静态方法。
msdn2.microsoft.com
3.
When using a1l kind of mud mutex adrinoss. you must know every of them very well.
利用各种泥浆药品时。你必需对其中的每一种都特别很是认识打听。
www.hx41.com
4.
At the same time it will also quickly unlock the mutex so that others can make any necessary changes.
同时,还要快速将互斥对象解锁,以便其它线程能够进行任何必需的更改。
www.ibm.com
5.
Priority Inheritance Protocol of Non-Exclusive Mutex and Its Implementation Under Linux
非独占锁的优先级继承协议及其在Linux下的实现
www.ilib.cn
6.
Mutex and Synchronization of Multithreading Program in Linux and Its Practice
Linux多线程的互斥与同步控制及实践
ilib.cn
7.
If the mutex must be initialized at runtime (which is the case if it is allocated dynamically, for example), use one of the following
如果互斥对象必须要在运行期间初始化(例如,如果此对象是动态分配的),那么就要用到下列的函数
saviee.blogbus.com
8.
Research and implementation of Mutex algorithm in distributed shared memory
异步共享存储器互斥算法的研究与实现
service.ilib.cn
9.
After the deletion of the object, the mutex object is invalid until the
删除那个对象后,那个互斥对象就会无效,直到
www-128.ibm.com
10.
Realization of Synchronization and Mutex in the Course of Operating System
操作系统中进程同步与互斥的实现
www.ilib.cn
1.
Method, the Mutex returned is the abandoned mutex with the lowest index in the array of
是被放弃的互斥体,其最低索引位于传递给
msdn2.microsoft.com
2.
An equivalent Linux sample code to acquire mutex within a process (see Listing 15)
相应的获得进程内互斥的Linux示例代码(见清单15)
www.ibm.com
3.
Mutex problem in distributed system design
分布式系统设计中的互斥问题
service.ilib.cn
4.
Identifying architecture-specific changes such as mutex locking
确定特定体系结构的变化,比如互斥锁定(mutexlocking)。
www.ibm.com
5.
A mutex is unlocked with the function (see Listing 5)
使用下面的函数解开对互斥的锁定(见清单5)
www.ibm.com
6.
Could not reset mutex. pause failed
有矛盾无法复位。暂停失败
wenku.baidu.com
7.
You can lock a mutex with the function
您可以使用这个函数来锁定互斥
www-128.ibm.com
8.
An Application of Process Mutex in The Real-time Embed OS
进程互斥在实时嵌入式系统中的一种应用
www.ilib.cn
9.
Here is the Win32 sample code to acquire a mutex within a process (see Listing 14)
这里是获得进程内互斥的Win32示例代码(见Listing14)
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/3/1 4:33:25