broadcast_condition🔗
Short description🔗
broadcast_condition — Signal a condition synchronization object.
Signature🔗
broadcast_condition( condition ConditionHandle )
Description🔗
broadcast_condition restarts all the threads that are waiting on the
condition variable ConditionHandle. Nothing happens if no threads
are waiting on ConditionHandle.
Execution information🔗
Execution information
-
Multithreading type: reentrant (runs in parallel with non-exclusive operators).
-
Multithreading scope: global (may be called from any thread).
-
Processed without parallelization.
Parameters🔗
ConditionHandle (input_control) condition → (handle)
Condition synchronization object.
Result🔗
If the condition handle is valid, the operator broadcast_condition
returns 2 (H_MSG_TRUE). If necessary, an exception is raised.
Combinations with other operators🔗
Module🔗
Foundation