sleep for a specified number of seconds NAME sleep - sleep for a specified number of seconds LI...delay for a specified amount of time NAME sleep - delay for a specified amount of time SYNOPSIS sleep NUMBER [ SUFFIX ]... sleep OPTION D...Suspend and hibernation configuration file NAME systemd-sleep.conf, sleep.conf.d - Suspend and hibernation configuration file SYNOPSIS /etc/systemd/sle...high-resolution sleep NAME nanosleep - high-resolution sleep LIBRARY Standard C library ( libc , -lc ) SYNOPSIS...high-resolution sleep with specifiable clock NAME clock_nanosleep - high-resolution sleep with specifiable cloc...System sleep state logic NAME systemd-suspend.service, systemd-hibernate.service, systemd-hybrid-sleep...System sleep state logic NAME systemd-suspend.service, systemd-hibernate.service, systemd-hybrid-sleep...System sleep state logic NAME systemd-suspend.service, systemd-hibernate.service, systemd-hybrid-sleep...System sleep state logic NAME systemd-suspend.service, systemd-hibernate.service, systemd-hybrid-sleep...System sleep state logic NAME systemd-suspend.service, systemd-hibernate.service, systemd-hybrid-sleep...enter a system sleep state until specified wakeup time NAME rtcwake - enter a system sleep state until specifi......locks; j++) if (malloc(blockSize * (2 + tn)) == NULL) err(EXIT_FAILURE, "malloc-thread"); sleep(100); /* Sleep until main thread terminates. */ return NULL; } int main(int argc,…...led via the CONFIG_POSIX_TIMERS option. EXAMPLES The program below takes two arguments: a sleep period in seconds, and a timer frequency in nanoseconds. The program establishes …...awk NAME time - time functions for gawk SYNOPSIS @load "time" time = gettimeofday() ret = sleep(amount) CAUTION This extension is deprecated in favor of the timex extension in t…...ime_namespaces (7). High-resolution timers Before Linux 2.6.21, the accuracy of timer and sleep system calls (see below) was also limited by the size of the jiffy. Since Linux 2…...s one of "ignore", "poweroff", "reboot", "halt", "kexec", "suspend", "hibernate", "hybrid-sleep", "suspend-then-hibernate", "sleep", and "lock". Defaults to "ignore". Note that …...s one of "ignore", "poweroff", "reboot", "halt", "kexec", "suspend", "hibernate", "hybrid-sleep", "suspend-then-hibernate", "sleep", and "lock". Defaults to "ignore". Note that …...WithFlags(in t flags); Hibernate(in b interactive); HibernateWithFlags(in t flags); HybridSleep(in b interactive); HybridSleepWithFlags(in t flags); SuspendThenHibernate(in b in…...the two threads. The following shell session shows an example run: $ ./a.out Main thread sleeping Subthread starting infinite loop Main thread consuming some CPU time... Process…...s waiting until this semaphore's value becomes zero) is incremented by one and the thread sleeps until one of the following occurs: • semval becomes 0, at which time the value o…