set/get scheduling policy and parameters of a thread NAME pthread_setschedparam, pthread_getschedparam - set/get scheduling policy and parameters of a thread LIBRARY POSIX threads …set/get scheduling policy and parameters of a thread NAME pthread_setschedparam, pthread_getschedparam - set/get scheduling policy and parameters of a thread LIBRARY POSIX threads …set/get scheduling policy attribute in thread attributes object NAME pthread_attr_setschedpolicy, pthread_attr_getschedpolicy - set/get scheduling policy attribute in thread attrib…set/get scheduling policy attribute in thread attributes object NAME pthread_attr_setschedpolicy, pthread_attr_getschedpolicy - set/get scheduling policy attribute in thread attrib…get or set default thread-creation attributes NAME pthread_getattr_default_np, pthread_setattr_default_np, - get or set default thread-creation attributes LIBRARY POSIX threads lib…get or set default thread-creation attributes NAME pthread_getattr_default_np, pthread_setattr_default_np, - get or set default thread-creation attributes LIBRARY POSIX threads lib…set scheduling priority of a thread NAME pthread_setschedprio - set scheduling priority of a thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <pthr…set/get inherit-scheduler attribute in thread attributes object NAME pthread_attr_setinheritsched, pthread_attr_getinheritsched - set/get inherit-scheduler attribute in thread attr…set/get inherit-scheduler attribute in thread attributes object NAME pthread_attr_setinheritsched, pthread_attr_getinheritsched - set/get inherit-scheduler attribute in thread attr…set/get scheduling parameter attributes in thread attributes object NAME pthread_attr_setschedparam, pthread_attr_getschedparam - set/get scheduling parameter attributes in thread …set/get scheduling parameter attributes in thread attributes object NAME pthread_attr_setschedparam, pthread_attr_getschedparam - set/get scheduling parameter attributes in thread …set/get contention scope attribute in thread attributes object NAME pthread_attr_setscope, pthread_attr_getscope - set/get contention scope attribute in thread attributes object LI…set/get contention scope attribute in thread attributes object NAME pthread_attr_setscope, pthread_attr_getscope - set/get contention scope attribute in thread attributes object LI…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…initialize or destroy a spin lock NAME pthread_spin_init, pthread_spin_destroy - initialize or destroy a spin lock LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS…initialize or destroy a spin lock NAME pthread_spin_init, pthread_spin_destroy - initialize or destroy a spin lock LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS…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…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…