create a file descriptor for event notification NAME eventfd - create a file descriptor for event notification LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/even…create a file descriptor for event notification NAME eventfd - create a file descriptor for event notification LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/even…spawn a process NAME posix_spawn, posix_spawnp - spawn a process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <spawn.h> int posix_spawn(pid_t *restrict pid , const c…spawn a process NAME posix_spawn, posix_spawnp - spawn a process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <spawn.h> int posix_spawn(pid_t *restrict pid , const c…join with a terminated thread NAME pthread_join - join with a terminated thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <pthread.h> int pthread_j…open a custom stream NAME fopencookie - open a custom stream LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros(7) */ #define _FILE_O…initialize and destroy thread attributes object NAME pthread_attr_init, pthread_attr_destroy - initialize and destroy thread attributes object LIBRARY POSIX threads library ( libpt…initialize and destroy thread attributes object NAME pthread_attr_init, pthread_attr_destroy - initialize and destroy thread attributes object LIBRARY POSIX threads library ( libpt…management of thread-specific data NAME pthread_key_create, pthread_key_delete, pthread_setspecific, pthread_getspecific - management of thread-specific data SYNOPSIS #include <pth…management of thread-specific data NAME pthread_key_create, pthread_key_delete, pthread_setspecific, pthread_getspecific - management of thread-specific data SYNOPSIS #include <pth…management of thread-specific data NAME pthread_key_create, pthread_key_delete, pthread_setspecific, pthread_getspecific - management of thread-specific data SYNOPSIS #include <pth…management of thread-specific data NAME pthread_key_create, pthread_key_delete, pthread_setspecific, pthread_getspecific - management of thread-specific data SYNOPSIS #include <pth…create a name for a temporary file NAME tmpnam, tmpnam_r - create a name for a temporary file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> [[deprecated]] c…create a name for a temporary file NAME tmpnam, tmpnam_r - create a name for a temporary file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> [[deprecated]] c…set/get stack size attribute in thread attributes object NAME pthread_attr_setstacksize, pthread_attr_getstacksize - set/get stack size attribute in thread attributes object LIBRAR…set/get stack size attribute in thread attributes object NAME pthread_attr_setstacksize, pthread_attr_getstacksize - set/get stack size attribute in thread attributes object LIBRAR…examine and change mask of blocked signals NAME pthread_sigmask - examine and change mask of blocked signals LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #incl…set/get the name of a thread NAME pthread_setname_np, pthread_getname_np - set/get the name of a thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #define _G…set/get the name of a thread NAME pthread_setname_np, pthread_getname_np - set/get the name of a thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #define _G…create a new thread NAME pthread_create - create a new thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <pthread.h> int pthread_create(pthread_t *r…