unlock_mutexT_unlock_mutexUnlockMutexUnlockMutex (Operator)

Name

unlock_mutexT_unlock_mutexUnlockMutexUnlockMutex — Entsperren eines Mutex-Synchronisationsobjektes.

Signatur

unlock_mutex( : : MutexHandle : )

Herror T_unlock_mutex(const Htuple MutexHandle)

void UnlockMutex(const HTuple& MutexHandle)

void HMutex::UnlockMutex() const

static void HOperatorSet.UnlockMutex(HTuple mutexHandle)

void HMutex.UnlockMutex()

Beschreibung

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.

Ausführungsinformationen

Parameter

MutexHandleMutexHandleMutexHandleMutexHandlemutexHandle (input_control)  mutex HMutex, HTupleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Mutex-Synchronisationsobjekt.

Ergebnis

Ist der Parameterwert korrekt, dann liefert unlock_mutexunlock_mutexUnlockMutexUnlockMutexUnlockMutex den Wert 2 (H_MSG_TRUE).

Vorgänger

lock_mutexlock_mutexLockMutexLockMutexLockMutex, try_lock_mutextry_lock_mutexTryLockMutexTryLockMutexTryLockMutex

Nachfolger

lock_mutexlock_mutexLockMutexLockMutexLockMutex, try_lock_mutextry_lock_mutexTryLockMutexTryLockMutexTryLockMutex, clear_mutexclear_mutexClearMutexClearMutexClearMutex

Modul

Foundation