qvm_sched_info
Scheduling information for pulses and threads
Synopsis:
#include <qvm/types.h>struct qvm_sched_info {
int policy;
struct sched_param sched;
};Data:
- int policy
- The scheduling policy. This value can be one of the following:
- SCHED_NOCHANGE — don't update the scheduling policy
- SCHED_FIFO — use FIFO scheduling
- SCHED_RR — use round-robin scheduling
- SCHED_SPORADIC — use sporadic scheduling
- struct sched_param sched
- The scheduling priorities (sched.sched_priority is -1 if the priorities are not set).
Page updated:
