NAME sched_getcpu - determine CPU on which the calling thread is running LIBRARY Standard ... library ( libc , -lc ) SYNOPSIS #include int sched_getcpu(void); Feature Test Macro …pthread_t thread , int policy , const struct sched_param * param ); int pthread_getschedparam(pthread ... thread , int *restrict policy , struct sched_param *restrict param ); DESC…pthread_t thread , int policy , const struct sched_param * param ); int pthread_getschedparam(pthread ... thread , int *restrict policy , struct sched_param *restrict param ); DESC…PTHREAD_SCOPE_SYSTEM Inherit scheduler = PTHREAD_INHERIT_SCHED Scheduling policy = SCHED_OTHER Scheduling priority ... PTHREAD_SCOPE_SYSTEM Inherit scheduler = PTHREAD_EXPLICIT_SCH…PTHREAD_SCOPE_SYSTEM Inherit scheduler = PTHREAD_INHERIT_SCHED Scheduling policy = SCHED_OTHER Scheduling priority ... PTHREAD_SCOPE_SYSTEM Inherit scheduler = PTHREAD_EXPLICIT_SCH…size: 8388608 Guard size: 4096 Scheduling policy: SCHED_OTHER Scheduling priority: 0 Detach state: JOINABLE ... stacksize; size_t guardsize; int policy; struct sched_param schedpar…size: 8388608 Guard size: 4096 Scheduling policy: SCHED_OTHER Scheduling priority: 0 Detach state: JOINABLE ... stacksize; size_t guardsize; int policy; struct sched_param schedpar…pthread_attr_t *restrict attr , const struct sched_param *restrict param ); int pthread_attr_getschedparam ... const pthread_attr_t *restrict attr , struct sched_param *restrict pa…pthread_attr_t *restrict attr , const struct sched_param *restrict param ); int pthread_attr_getschedparam ... const pthread_attr_t *restrict attr , struct sched_param *restrict pa…scheduled to run. For further details, see sched_yield (2) RETURN VALUE On success, pthread ... function is implemented as a call to sched_yield (2). STANDARDS None. HISTORY Deprec…specified in inheritsched : PTHREAD_INHERIT_SCHED Threads that are created using attr inherit scheduling attributes ... attributes in attr are ignored. PTHREAD_EXPLICIT_SCHED Threa…attr . The supported values for policy are SCHED_FIFO , SCHED_RR , and SCHED_OTHER , with ... semantics described in sched (7). The pthread_attr_getschedpolicy () returns the sched…specified in inheritsched : PTHREAD_INHERIT_SCHED Threads that are created using attr inherit scheduling attributes ... attributes in attr are ignored. PTHREAD_EXPLICIT_SCHED Threa…attr . The supported values for policy are SCHED_FIFO , SCHED_RR , and SCHED_OTHER , with ... semantics described in sched (7). The pthread_attr_getschedpolicy () returns the sched…more detail on the nice value, see sched (7). RLIMIT_NOFILE This specifies a value ... this process using sched_setscheduler (2) and sched_setparam (2). For further details on realmore details on CPU affinity masks, see sched_setaffinity (2). For a description ... functions are implemented on top of the sched_setaffinity (2) and sched_getaffinity (2) systemmore details on CPU affinity masks, see sched_setaffinity (2). For a description ... functions are implemented on top of the sched_setaffinity (2) and sched_getaffinity (2) systempriorities in each scheduling policy, see sched (7). SEE ALSO getrlimit (2), sched_get_priority ... self (3), pthread_setschedparam (3), pthreads (7), schedconjunction with real-time scheduling policies ( SCHED_FIFO , or possibly SCHED_RR ). Use of spin ... locks with nondeterministic scheduling policies such as SCHED_OTHER probably i…conjunction with real-time scheduling policies ( SCHED_FIFO , or possibly SCHED_RR ). Use of spin ... locks with nondeterministic scheduling policies such as SCHED_OTHER probably i…