Scheduling information for pulses and threads
#include <qvm/types.h>
struct qvm_sched_info {
int policy;
struct sched_param sched;
} ;
The scheduling policy (-1 if not set).
The scheduling priorities (sched.sched_priority == -1 if not set).