set and get a thread's CPU affinity mask NAME sched_setaffinity, sched_getaffinity - set and get a thread's CPU affinity mask LIBRARY Standard C library...set and get a thread's CPU affinity mask NAME sched_setaffinity, sched_getaffinity - set and get a thread's CPU affinity mask LIBRARY Standard C library......to be current only at the time of the call: unless the CPU affinity has been fixed using sched_setaffinity (2), the kernel might change the CPU at any time. (Normally this does …...POSIX.1-2001. SEE ALSO sched_getaffinity (2), sched_getparam (2), sched_getscheduler (2), sched_setaffinity (2), sched_setparam (2), sched_setscheduler (2), sched (7)...POSIX.1-2001. SEE ALSO sched_getaffinity (2), sched_getparam (2), sched_getscheduler (2), sched_setaffinity (2), sched_setparam (2), sched_setscheduler (2), sched (7)...ority_max (2), sched_get_priority_min (2), sched_getaffinity (2), sched_getscheduler (2), sched_setaffinity (2), sched_setattr (2), sched_setscheduler (2), setpriority (2), capa…...ority_max (2), sched_get_priority_min (2), sched_getaffinity (2), sched_getscheduler (2), sched_setaffinity (2), sched_setattr (2), sched_setscheduler (2), setpriority (2), capa…...cntl (2), fork (2), get_robust_list (2), getpid (2), ioprio_set (2), perf_event_open (2), sched_setaffinity (2), sched_setparam (2), sched_setscheduler (2), tgkill (2), timer_cr…...affinity mask of the thread specified by pid does not include all CPUs in the system (see sched_setaffinity (2)). STANDARDS Linux. HISTORY Linux 3.14. NOTES glibc does not provi…...affinity mask of the thread specified by pid does not include all CPUs in the system (see sched_setaffinity (2)). STANDARDS Linux. HISTORY Linux 3.14. NOTES glibc does not provi…...sched_getaffinity (2), sched_getattr (2), sched_getparam (2), sched_rr_get_interval (2), sched_setaffinity (2), sched_setattr (2), sched_setparam (2), sched_yield (2), setpriori…...sched_getaffinity (2), sched_getattr (2), sched_getparam (2), sched_rr_get_interval (2), sched_setaffinity (2), sched_setattr (2), sched_setparam (2), sched_yield (2), setpriori…...hed_getscheduler (2) 2.0 sched_rr_get_interval (2) 2.0 sched_set_affinity (2) 2.6 Name of sched_setaffinity (2) on SPARC and SPARC64 sched_setaffinity (2) 2.6 sched_setattr (2) …yield the processor NAME sched_yield - yield the processor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sched.h> int sched_yield(void); DESCRIPTION sched_yield () c…get the SCHED_RR interval for the named process NAME sched_rr_get_interval - get the SCHED_RR interval for the named process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #inc…change process priority NAME nice - change process priority LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int nice(int inc ); Feature Test Macro Requiremen…get/set program scheduling priority NAME getpriority, setpriority - get/set program scheduling priority LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/resource.h>…get/set program scheduling priority NAME getpriority, setpriority - get/set program scheduling priority LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/resource.h>…high-resolution sleep NAME nanosleep - high-resolution sleep LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <time.h> int nanosleep(const struct timespec * duration , s…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 …