silc_thread_yield

SYNOPSIS

    void silc_thread_yield(void);

DESCRIPTION

Yield the processor. The calling thread will yield the processor and give execution time for other threads, until its turn comes up again.