| Table of Contents / System / Multithreading | Operators |
clear_mutex — Clear the mutex synchronization object.
clear_mutex( : : MutexHandle : )
clear_mutex destroys the mutex object given by MutexHandle. The mutex must be unlocked. After calling clear_mutex, the mutex can no longer be used. The handle MutexHandle becomes invalid.
Mutex synchronization object.
If the mutex handle is valid, the operator clear_mutex returns 2 (H_MSG_TRUE). If necessary, an exception is raised.
create_mutex, clear_all_mutexes
Foundation
| Table of Contents / System / Multithreading | Operators |
| HALCON Reference Manual 10.0.2 | Copyright © 1996-2011 MVTec Software GmbH |