Uses of Class
de.ibapl.jnhw.posix.Sched.Sched_param
-
Packages that use Sched.Sched_param Package Description de.ibapl.jnhw.posix Very thin and safe wrapper classes around common used headers on a POSIX system. -
-
Uses of Sched.Sched_param in de.ibapl.jnhw.posix
Methods in de.ibapl.jnhw.posix with parameters of type Sched.Sched_param Modifier and Type Method Description static voidPthread. pthread_attr_getschedparam(Pthread.Pthread_attr_t attr, Sched.Sched_param param)static voidPthread. pthread_attr_setschedparam(Pthread.Pthread_attr_t attr, Sched.Sched_param param)static voidPthread. pthread_getschedparam(Pthread.Pthread_t thread, IntRef policy, Sched.Sched_param param)static voidPthread. pthread_setschedparam(Pthread.Pthread_t thread, int policy, Sched.Sched_param param)static voidSched. sched_getparam(int pid, Sched.Sched_param param)static voidSched. sched_setparam(int pid, Sched.Sched_param param)static intSched. sched_setscheduler(int pid, int policy, Sched.Sched_param param)
-