void fluke_cond_broadcast(fluke_cond_t *cond);
Wakeup all threads waiting on a condition variable.
- cond
- The condition variable to broadcast on.
If any of the following errors is detected by the Fluke implementation, it causes the current thread to take a synchronous exception with one of the following codes. All of these have an implicit FLUKE_INSANITY_ prefix.
- NO_OBJECT
- cond does not point to an active object.
- INVALID_OBJECT
- The state of the condition variable object has become invalid.