| Table of Contents / System / Multithreading | Operators |
clear_condition — Destroy a condition synchronization object.
clear_condition( : : ConditionHandle : )
clear_condition destroys the condition object given in ConditionHandle. No threads should be waiting on the condition at the time clear_condition is called. After calling clear_condition, the condition can no longer be used. The handle ConditionHandle becomes invalid.
Condition synchronization object.
If the condition handle is valid, the operator clear_condition returns 2 (H_MSG_TRUE). If necessary, an exception is raised.
create_condition, clear_all_conditions
Foundation
| Table of Contents / System / Multithreading | Operators |
| HALCON Reference Manual 10.0.2 | Copyright © 1996-2011 MVTec Software GmbH |