struct te_sched_param

Overview

This structure describes type of scheduling More…

#include <te_exec_child.h>

struct te_sched_param {
    // fields

    te_sched_param_type type;
    void* data;
};

Detailed Documentation

This structure describes type of scheduling

Fields

te_sched_param_type type

Type of scheduling

void* data

Data specific to the specified type