void silc_usleep(long microseconds);
Delays the execution of process/thread for the specified amount of time, which is in microseconds.
The delay is only approximate and on some platforms the resolution is in fact milliseconds.