P_dsleep 3porty 2011-04-11 libporty manual

NAME

P_usleep

SYNPOSIS

#include <libporty/host/time.h>

void P_dsleep (long int usecs );

Link with -lporty_host

DESCRIPTION

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.

SEE ALSO

P_dsleep 3porty 2011-04-11 libporty manual