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 == -1 if not set).

Library:

Provided by qvm; no external library is required.