浏览代码

prio is not limited to -5 ... 5 any more

Samuel Thibault 4 年之前
父节点
当前提交
7848d832e4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/doxygen/chapters/320_scheduling.doxy

+ 1 - 1
doc/doxygen/chapters/320_scheduling.doxy

@@ -59,7 +59,7 @@ default. When a worker becomes idle, it steals a task from neighbour workers. It
 also takes into account priorities.
 also takes into account priorities.
 
 
 - The <b>prio</b> scheduler also uses a central task queue, but sorts tasks by
 - The <b>prio</b> scheduler also uses a central task queue, but sorts tasks by
-priority specified by the programmer (between -5 and 5).
+priority specified by the programmer.
 
 
 - The <b>heteroprio</b> scheduler uses different priorities for the different processing units.
 - The <b>heteroprio</b> scheduler uses different priorities for the different processing units.
 This scheduler must be configured to work correclty and to expect high-performance
 This scheduler must be configured to work correclty and to expect high-performance