enum te_sched_param_type

Overview

Use te_exec_param_type in the new code. More…

#include <te_exec_child.h>

enum te_sched_param_type {
    TE_SCHED_AFFINITY = TE_EXEC_AFFINITY,
    TE_SCHED_PRIORITY = TE_EXEC_PRIORITY,
    TE_SCHED_END      = TE_EXEC_END,
};

Detailed Documentation

Use te_exec_param_type in the new code.

Deprecated

Enum Values

TE_SCHED_AFFINITY

Type to set CPU affinity

TE_SCHED_PRIORITY

Type to set process priority

TE_SCHED_END

Last type of scheduling.