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