silc_cond_broadcast

SYNOPSIS

    void silc_cond_broadcast(SilcCond cond);

DESCRIPTION

Signals and wakes up all waiters. If there are no waiters this function has no effect.

NOTES

Before calling this function the mutex used with the silc_cond_wait must be acquired.