Name
clear_mutexT_clear_mutexClearMutexClearMutex — Clear the mutex synchronization object.
clear_mutexclear_mutexClearMutexClearMutexClearMutex destroys the mutex object given by MutexHandleMutexHandleMutexHandleMutexHandlemutexHandle.
The mutex must be unlocked. After calling
clear_mutexclear_mutexClearMutexClearMutexClearMutex, the mutex can no longer be used. The
handle MutexHandleMutexHandleMutexHandleMutexHandlemutexHandle becomes invalid.
- Multithreading type: independent (runs in parallel even with exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Mutex synchronization object.
If the mutex handle is valid, the operator clear_mutexclear_mutexClearMutexClearMutexClearMutex
returns 2 (H_MSG_TRUE).
If necessary, an exception is raised.
create_mutexcreate_mutexCreateMutexCreateMutexCreateMutex
create_mutexcreate_mutexCreateMutexCreateMutexCreateMutex
Foundation