manipulate thread-local storage information NAME get_thread_area, set_thread_area - manipulate thread-local storage information LIBRARY Standard C library ( libc , -lc ) S...start/stop swapping to file/device NAME swapon, swapoff - start/stop swapping to file/device LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/swap.h> int swapon(con…start/stop swapping to file/device NAME swapon, swapoff - start/stop swapping to file/device LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/swap.h> int swapon(con…manipulate thread-local storage information NAME get_thread_area, set_thread_area - manipulate thread-local storage information LIBRARY Standard C library ( libc , -lc ) S......ation, if a 32-bit TLS base address is used, arch_prctl () may use a real TLS entry as if set_thread_area (2) had been called, instead of manipulating the segment base register …create a file descriptor for handling page faults in user space NAME userfaultfd - create a file descriptor for handling page faults in user space LIBRARY Standard C library ( libc…...xt switches and only supports a limited number of threads. Threading libraries should use set_thread_area (2) or arch_prctl (2) instead, except on extremely old kernels that do …...st with get_thread_area (2), the entry_number of the struct user_desc is ignored.) PTRACE_SET_THREAD_AREA (since Linux 2.6.0) This operation performs a similar task to set_threa…create a child process NAME clone, __clone2, clone3 - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Prototype for the glibc wrapper function */ #defi…create a child process NAME clone, __clone2, clone3 - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Prototype for the glibc wrapper function */ #defi…create a child process NAME clone, __clone2, clone3 - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Prototype for the glibc wrapper function */ #defi…set and/or get signal stack context NAME sigaltstack - set and/or get signal stack context LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> int sigaltstack(co…set memory policy for a memory range NAME mbind - set memory policy for a memory range LIBRARY NUMA (Non-Uniform Memory Access) policy library ( libnuma , -lnuma ) SYNOPSIS #includ…give advice about use of memory NAME madvise - give advice about use of memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> int madvise(void addr [. len…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 ,…map or unmap files or devices into memory NAME mmap, munmap - map or unmap files or devices into memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> voi…map or unmap files or devices into memory NAME mmap, munmap - map or unmap files or devices into memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> voi…remap a virtual memory address NAME mremap - remap a virtual memory address LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros(7) */ …