| Table of Contents / System / Multithreading | Operators |
broadcast_condition — Signal a condition synchronization object.
broadcast_condition( : : ConditionHandle : )
broadcast_condition restarts all the threads that are waiting on the condition variable ConditionHandle. Nothing happens if no threads are waiting on ConditionHandle.
Condition synchronization object.
If the condition handle is valid, the operator broadcast_condition returns 2 (H_MSG_TRUE). If necessary, an exception is raised.
create_condition, wait_condition
wait_condition, timed_wait_condition
Foundation
| Table of Contents / System / Multithreading | Operators |
| HALCON Reference Manual 10.0.2 | Copyright © 1996-2011 MVTec Software GmbH |