unlock_mutexT_unlock_mutexUnlockMutexUnlockMutexunlock_mutex (Operator)

Name

unlock_mutexT_unlock_mutexUnlockMutexUnlockMutexunlock_mutex — 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()

def unlock_mutex(mutex_handle: HHandle) -> None

Beschreibung

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

Ausführungsinformationen

Parameter

MutexHandleMutexHandleMutexHandleMutexHandlemutexHandlemutex_handle (input_control)  mutex HMutex, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Mutex-Synchronisationsobjekt.

Ergebnis

Ist der Parameterwert korrekt, dann liefert unlock_mutexunlock_mutexUnlockMutexUnlockMutexUnlockMutexunlock_mutex den Wert TRUE.

Vorgänger

lock_mutexlock_mutexLockMutexLockMutexLockMutexlock_mutex, try_lock_mutextry_lock_mutexTryLockMutexTryLockMutexTryLockMutextry_lock_mutex

Nachfolger

lock_mutexlock_mutexLockMutexLockMutexLockMutexlock_mutex, try_lock_mutextry_lock_mutexTryLockMutexTryLockMutexTryLockMutextry_lock_mutex, clear_mutexclear_mutexClearMutexClearMutexClearMutexclear_mutex

Modul

Foundation