diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-04-28 12:27:34 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-04-29 15:00:07 +0200 |
| commit | 720a5280de59687e58b04ba1304dabf14d0da991 (patch) | |
| tree | c740c38f8d50d538aabb2dfa313eac24483d708d /man7/sched.7 | |
| parent | 59c06be3f64fdeac239bb823428cb440406113d9 (diff) | |
| download | man-pages-720a5280de59687e58b04ba1304dabf14d0da991.tar.gz | |
sched.7: SEE ALSO: add a few more APIs
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/sched.7')
| -rw-r--r-- | man7/sched.7 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man7/sched.7 b/man7/sched.7 index db2a1fa14d..f641124089 100644 --- a/man7/sched.7 +++ b/man7/sched.7 @@ -468,13 +468,18 @@ POSIX says that on success, .BR nice (2), .BR sched_get_priority_max (2), .BR sched_get_priority_min (2), +.BR sched_getscheduler (2), .BR sched_getaffinity (2), .BR sched_getparam (2), .BR sched_rr_get_interval (2), .BR sched_setaffinity (2), +.BR sched_setscheduler (2), .BR sched_setparam (2), .BR sched_yield (2), .BR setpriority (2), +.BR pthread_getaffinity_np (3), +.BR pthread_setaffinity_np (3), +.BR sched_getcpu (3), .BR capabilities (7), .BR cpuset (7) .ad |
