task_base_priority


task_base_priority(t)
      

Return the base priority of the task t. The priority of a task is represented by a real number.

Examples:


task_base_priority(self())
// 0.
task_set_base_priority(self(), 5.5)
task_base_priority(self())
// 5.5
      

Also see:

task_quantum
task_priority_boost


Core Module Index | Contents