Function hermit_abi::usleep
source ยท pub unsafe extern "C" fn usleep(usecs: u64)
Expand description
suspend execution for microsecond intervals
The usleep() function suspends execution of the calling
thread for (at least) usecs
microseconds.