P_dsleep 3porty | 2011-04-11 | libporty manual |
---|
P_usleep
#include <libporty/host/time.h>void P_dsleep (long int usecs );
Link with -lporty_host
Sleep for usecs microseconds; actual sleep may be longer (because of granularity and system overhead) and system calls (and signals) may interrupt the sleep. Maximum value for usecs is 1000000. Use this call for short, inprecise timing and P_dsleep(3porty) or longer sleeps.
P_dsleep 3porty | 2011-04-11 | libporty manual |
---|