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