reboot or enable/disable Ctrl-Alt-Del NAME reboot - reboot or enable/disable Ctrl-Alt-Del LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Since Linux 2.1.30 there are symboli…wait for process to change state NAME wait, waitpid, waitid - wait for process to change state LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/wait.h> pid_t wait(i…wait for process to change state NAME wait, waitpid, waitid - wait for process to change state LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/wait.h> pid_t wait(i…wait for process to change state NAME wait, waitpid, waitid - wait for process to change state LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/wait.h> pid_t wait(i…wait for an I/O event on an epoll file descriptor NAME epoll_wait, epoll_pwait, epoll_pwait2 - wait for an I/O event on an epoll file descriptor LIBRARY Standard C library ( libc ,…wait for an I/O event on an epoll file descriptor NAME epoll_wait, epoll_pwait, epoll_pwait2 - wait for an I/O event on an epoll file descriptor LIBRARY Standard C library ( libc ,…wait for an I/O event on an epoll file descriptor NAME epoll_wait, epoll_pwait, epoll_pwait2 - wait for an I/O event on an epoll file descriptor LIBRARY Standard C library ( libc ,…sync a file segment with disk NAME sync_file_range - sync a file segment with disk LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros…sync a file segment with disk NAME sync_file_range - sync a file segment with disk LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros…sync a file segment with disk NAME sync_file_range - sync a file segment with disk LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros…fast user-space locking NAME futex - fast user-space locking LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/futex.h> /* Definition of FUTEX_* constants */ #incl…wait for process to change state, BSD style NAME wait3, wait4 - wait for process to change state, BSD style LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/wait.h>…wait for process to change state, BSD style NAME wait3, wait4 - wait for process to change state, BSD style LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/wait.h>…control interface for an epoll file descriptor NAME epoll_ctl - control interface for an epoll file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/epol…synchronously wait for queued signals NAME sigwaitinfo, sigtimedwait, rt_sigtimedwait - synchronously wait for queued signals LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #in…synchronously wait for queued signals NAME sigwaitinfo, sigtimedwait, rt_sigtimedwait - synchronously wait for queued signals LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #in…synchronously wait for queued signals NAME sigwaitinfo, sigtimedwait, rt_sigtimedwait - synchronously wait for queued signals LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #in…wait for signal NAME pause - wait for signal LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int pause(void); DESCRIPTION pause () causes the calling process…get process times NAME times - get process times LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/times.h> clock_t times(struct tms * buf ); DESCRIPTION times () st…wait for a signal NAME sigsuspend, rt_sigsuspend - wait for a signal LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> int sigsuspend(const sigset_t * mask ); …