silc_mutex_assert_locked

SYNOPSIS

    void silc_mutex_assert_locked(SilcMutex mutex);

DESCRIPTION

Asserts that the `mutex' is locked. It is fatal error if the mutex is not locked. If debugging is not compiled in this function has no effect (SILC_DEBUG define).