Home | History | Annotate | Download | only in dvr

Lines Matching refs:task_id

18 /// @param task_id The task id of task to set the policy for. When task_id is 0
23 int dvrSetSchedulerPolicy(pid_t task_id, const char* scheduler_policy);
32 /// @param task_id The task id of task to attach to a partition. When task_id is
37 int dvrSetCpuPartition(pid_t task_id, const char* partition);
48 /// @param task_id The task id of task to attach to a partition. When task_id is
53 int dvrSetSchedulerClass(pid_t task_id, const char* scheduler_class);
60 /// @param task_id The task id of the task to retrieve the partition for. When
61 /// task_id is 0 the current task id is substituted.
67 int dvrGetCpuPartition(pid_t task_id, char* partition, size_t size);