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 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 …get/set resource limits NAME getrlimit, setrlimit, prlimit - get/set resource limits LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/resource.h> int getrlimit(int …set scheduling priority of a thread NAME pthread_setschedprio - set scheduling priority of a thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <pthr…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/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…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…get time parameters (NTP daemon interface) NAME ntp_gettime, ntp_gettimex - get time parameters (NTP daemon interface) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <…get time parameters (NTP daemon interface) NAME ntp_gettime, ntp_gettimex - get time parameters (NTP daemon interface) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <…yield the processor NAME pthread_yield - yield the processor LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros(7) */ …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 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…address-to-name translation in protocol-independent manner NAME getnameinfo - address-to-name translation in protocol-independent manner LIBRARY Standard C library ( libc , -lc ) S…