Updated: October 28, 2024 |
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 the priorities are not set).