intioprio_get(intwhich,intwho);intioprio_set(intwhich,intwho,intioprio);Note: There are no glibc wrappers for these system calls; see NOTES. DESCRIPTION Theioprio_get() andioprio_set() system calls respectively get and set the I/O scheduling class and priority of one or more threads. The...