| Package | Description |
|---|---|
| org.bytedeco.systems.global | |
| org.bytedeco.systems.linux |
| Modifier and Type | Method and Description |
|---|---|
static int |
linux.posix_spawnattr_getschedparam(posix_spawnattr_t __attr,
sched_param __schedparam) |
static int |
linux.posix_spawnattr_setschedparam(posix_spawnattr_t __attr,
sched_param __schedparam) |
static int |
linux.sched_getparam(int __pid,
sched_param __param) |
static int |
linux.sched_setparam(int __pid,
sched_param __param) |
static int |
linux.sched_setscheduler(int __pid,
int __policy,
sched_param __param) |
| Modifier and Type | Method and Description |
|---|---|
sched_param |
sched_param.__sched_priority(int setter) |
sched_param |
posix_spawnattr_t.__sp() |
sched_param |
sched_param.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
posix_spawnattr_t |
posix_spawnattr_t.__sp(sched_param setter) |
Copyright © 2020. All rights reserved.