P_dsleep 3porty 2011-04-11 libporty manual

NAME

P_dsleep

SYNPOSIS

#include <libporty/host/time.h>

void P_dsleep (double secs );

Link with -lporty_host

DESCRIPTION

Sleep for some seconds; actual sleep may be longer (because of granularity and system overhead). Actual resolution is mili- or microsecond. There's no upper limit for secs. Use this call for longer, guaranteed sleeps; it has considerably higher overhead than P_usleep(3porty),which should be used for short sleeps.

SEE ALSO

P_dsleep 3porty 2011-04-11 libporty manual