Skip to main content
sys_getpriority
starnix_
core
In starnix_
core::
task::
syscalls
starnix_core
::
task
::
syscalls
Function
sys_
getpriority
Copy item path
Source
pub fn sys_getpriority( current_task: &
CurrentTask
, which:
u32
, who:
i32
, ) ->
Result
<
u8
,
Errno
>