Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sched/prio: Add 3 macros of MAX_NICE, MIN_NICE and NICE_WIDTH in prio.h | Dongsheng Yang | 2014-02-22 | 1 | -2/+6 |
* | sched/prio: Use DEFAULT_PRIO to define NICE_TO_PRIO() and PRIO_TO_NICE() | Dongsheng Yang | 2014-02-22 | 1 | -2/+2 |
* | sched: Implement task_nice() as static inline function | Dongsheng Yang | 2014-02-09 | 1 | -1/+0 |
* | sched: Expose some macros related to priority | Dongsheng Yang | 2014-02-09 | 1 | -0/+18 |
* | sched: Move the priority specific bits into a new header file | Dongsheng Yang | 2014-02-09 | 1 | -0/+23 |