silc_thread_pool_purge

SYNOPSIS

    void silc_thread_pool_purge(SilcThreadPool tp);

DESCRIPTION

Stops all free and started threads. The minumum amount of threads specified to silc_thread_pool_alloc always remains. Any thread that is currently executing code is not affected by this call.