enum te_exec_param_type
Overview
Kinds of process parameters. More…
#include <te_exec_child.h> enum te_exec_param_type { TE_EXEC_AFFINITY, TE_EXEC_PRIORITY, TE_EXEC_WORKDIR, TE_EXEC_END, };
Detailed Documentation
Kinds of process parameters.
Enum Values
TE_EXEC_AFFINITY
Set CPU affinity
TE_EXEC_PRIORITY
Set process priority
TE_EXEC_WORKDIR
Set process working directory
TE_EXEC_END
Last kind marker