KlassenKlassenKlassenKlassen | | | | Operatoren

unlock_mutexunlock_mutexUnlockMutexunlock_mutexUnlockMutexUnlockMutex (Operator)

Name

unlock_mutexunlock_mutexUnlockMutexunlock_mutexUnlockMutexUnlockMutex — Entsperren eines Mutex-Synchronisationsobjektes.

Signatur

unlock_mutex( : : MutexHandle : )

Herror unlock_mutex(const Hlong MutexHandle)

Herror T_unlock_mutex(const Htuple MutexHandle)

Herror unlock_mutex(const HTuple& MutexHandle)

void HMutex::UnlockMutex() const

void UnlockMutex(const HTuple& MutexHandle)

void HMutex::UnlockMutex() const

void HOperatorSetX.UnlockMutex([in] VARIANT MutexHandle)

void HMutexX.UnlockMutex()

static void HOperatorSet.UnlockMutex(HTuple mutexHandle)

void HMutex.UnlockMutex()

Beschreibung

unlock_mutexunlock_mutexUnlockMutexunlock_mutexUnlockMutexUnlockMutex gibt das Mutexobjekt, gegeben in Parameter MutexHandleMutexHandleMutexHandleMutexHandleMutexHandlemutexHandle, frei. Der Mutex muss dem aufrufenden Thread gehören. Die Freigabe eines bereits freien Mutexes hat keine Auswirkungen.

Parallelisierung

Parameter

MutexHandleMutexHandleMutexHandleMutexHandleMutexHandlemutexHandle (input_control)  mutex HMutex, HTupleHTupleHMutex, HTupleHMutexX, VARIANTHtuple (integer) (IntPtr) (Hlong) (Hlong) (Hlong) (Hlong)

Mutex-Synchronisationsobjekt.

Ergebnis

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

Vorgänger

lock_mutexlock_mutexLockMutexlock_mutexLockMutexLockMutex, try_lock_mutextry_lock_mutexTryLockMutextry_lock_mutexTryLockMutexTryLockMutex

Nachfolger

lock_mutexlock_mutexLockMutexlock_mutexLockMutexLockMutex, try_lock_mutextry_lock_mutexTryLockMutextry_lock_mutexTryLockMutexTryLockMutex, clear_mutexclear_mutexClearMutexclear_mutexClearMutexClearMutex

Modul

Foundation


KlassenKlassenKlassenKlassen | | | | Operatoren