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 (-1 if not set).
- struct sched_param sched
The scheduling priorities (
sched.sched_priority == -1if the priorities are not set).
Page updated:
