SYS_SCHED_RR_GET_INTERVAL
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
sys_sched_rr_get_interval - return the default timeslice of a process.
SYNOPSIS
"SYNOPSIS"
asmlinkage long sys_sched_rr_get_interval (pid_t pid, struct timespec __user * interval);
ARGUMENTS
- pid
-
pid of the process.
- interval
-
userspace pointer to the timeslice value.
DESCRIPTION
this syscall writes the default timeslice value of a given process
into the user-space timespec buffer. A value of '0' means infinity.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 05:31:00 GMT, October 06, 2005