void silc_cond_broadcast(SilcCond cond);
Signals and wakes up all waiters. If there are no waiters this function has no effect.
Before calling this function the mutex used with the silc_cond_wait must be acquired.