Skip to main content
sys_sched_getscheduler
starnix_
core
In starnix_
core::
task::
syscalls
starnix_core
::
task
::
syscalls
Function
sys_
sched_
getscheduler
Copy item path
Source
pub fn sys_sched_getscheduler( current_task: &
CurrentTask
, pid:
pid_t
, ) ->
Result
<
u32
,
Errno
>