Examples of using Mutex in English and their translations into German
{-}
-
Colloquial
-
Official
-
Ecclesiastic
-
Medicine
-
Financial
-
Ecclesiastic
-
Political
-
Computer
-
Programming
-
Official/political
-
Political
Vulnerabilities in pthread mutex API and snoop.
The mutex is initially unlocked.
Operation that failed Timeout, Create Mutex, or Unknown.
Mutex The mutex to unlock.
Clocks and agreement: Physical and logical clocks, mutex, election.
Mutex is the return of silence in your rooms.
Commands for opening and closing a mutex(mutual exclusion object). MVCOM v4.
Added: LockMutex(Mutex)- wait until mutex is available and lock it.
Specifies what happens if a thread attempts to lock a mutex that is already owned.
Unlocks a mutex previously locked by LockMutex.
Hence it is imperative that no subsystem in the kernel block for an extended period while holding a mutex.
The DocTool uses mutex locks to synchronize DocTool executions.
This means that a function that may sleep was called while a mutex(or other unsleepable) lock was held.
This one creates a mutex called mousebm so that it can only run once.
A Mutex Server provides the level of communication between multiple instances of TestManager CE.
Both variants create a Mutex so that only one copy can run at a time.
Mutex 2 Type 5& 6 disposable suitAntistaticbiological agents and nuclear particles certified. Laminated polypropylene69g/mÂ2.
Only the thread that has the mutex locked may access a certain file, memory area,….
A mutex is an object that can only be"owned" or locked by one thread at a time, so it is used to protect shared resources.
Returns nonzero if the mutex was successfully locked and zero if the lock failed.
Note: Since the LockMutex() command waits until the mutex is available, it can easily lead to lockup situations if a UnlockMutex() call is forgotten.
To ensure this a mutex should only be freed after all threads that use it have either ended, or are otherwise sure not to use this mutex again.
Note that this could also be achieved with only a mutex and waiting/polling for queue elements with a Delay() in between, but the semaphore commands do a more efficient wait returning immediately at the SignalSemaphore() call and not just on the next time a polling loop would check the queue.