Name
unlock_mutexunlock_mutexUnlockMutexUnlockMutex — Entsperren eines Mutex-Synchronisationsobjektes.
unlock_mutexunlock_mutexUnlockMutexUnlockMutexUnlockMutex gibt das Mutexobjekt, gegeben in Parameter
MutexHandleMutexHandleMutexHandleMutexHandlemutexHandle, frei. Der Mutex muss dem aufrufenden Thread gehören.
Die Freigabe eines bereits freien Mutexes hat keine Auswirkungen.
- Multithreading-Typ: independent (läuft parallel auch zu exklusiven Operatoren).
- Multithreading-Bereich: global (kann von jedem Thread aufgerufen werden).
- Wird ohne Parallelisierung verarbeitet.
Mutex-Synchronisationsobjekt.
Ist der Parameterwert korrekt, dann liefert unlock_mutexunlock_mutexUnlockMutexUnlockMutexUnlockMutex
den Wert 2 (H_MSG_TRUE).
lock_mutexlock_mutexLockMutexLockMutexLockMutex,
try_lock_mutextry_lock_mutexTryLockMutexTryLockMutexTryLockMutex
lock_mutexlock_mutexLockMutexLockMutexLockMutex,
try_lock_mutextry_lock_mutexTryLockMutexTryLockMutexTryLockMutex,
clear_mutexclear_mutexClearMutexClearMutexClearMutex
Foundation