Deleted Added
full compact
sched_get_priority_max.2 (59460) sched_get_priority_max.2 (59635)
1.\" $FreeBSD: head/lib/libc/sys/sched_get_priority_max.2 59460 2000-04-21 09:42:15Z phantom $
1.\" $FreeBSD: head/lib/libc/sys/sched_get_priority_max.2 59635 2000-04-26 05:09:22Z jkoshy $
2.\" Copyright (c) 1998 HD Associates, Inc.
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\" notice, this list of conditions and the following disclaimer.

--- 31 unchanged lines hidden (view full) ---

41.Fn sched_get_priority_min "int policy"
42.Ft int
43.Fn sched_rr_get_interval "pid_t pid" "struct timespec *interval"
44.Sh DESCRIPTION
45The
46.Fn sched_get_priority_max
47and
48.Fn sched_get_priority_min
2.\" Copyright (c) 1998 HD Associates, Inc.
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\" notice, this list of conditions and the following disclaimer.

--- 31 unchanged lines hidden (view full) ---

41.Fn sched_get_priority_min "int policy"
42.Ft int
43.Fn sched_rr_get_interval "pid_t pid" "struct timespec *interval"
44.Sh DESCRIPTION
45The
46.Fn sched_get_priority_max
47and
48.Fn sched_get_priority_min
49functions return the appropriate maximum or minimum, respectfully,
50for the scheduling policy specified by policy. The
49functions return the appropriate maximum or minimum, respectively,
50for the scheduling policy specified by
51.Fa policy .
52The
51.Fn sched_rr_get_interval
52function updates the
53.Fa timespec
54structure referenced by the
55.Fa interval
56argument to contain the current execution time limit (i.e., time
57quantum) for the process specified by
58.Fa pid .

--- 65 unchanged lines hidden ---
53.Fn sched_rr_get_interval
54function updates the
55.Fa timespec
56structure referenced by the
57.Fa interval
58argument to contain the current execution time limit (i.e., time
59quantum) for the process specified by
60.Fa pid .

--- 65 unchanged lines hidden ---