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