unified: Rename ESSENTIAL to K_ESSENTIAL
Adds standard prefix to symbolic option that flags a thread as essential to system operation. Change-Id: Ia904a81ce343fdd1cd44caaaeae641d822777f9b Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
parent
4b754315d8
commit
a3f3de3741
12 changed files with 21 additions and 21 deletions
|
@ -73,7 +73,7 @@ extern "C" {
|
|||
#define INT_ACTIVE 0x002 /* 1 = executing context is interrupt handler */
|
||||
#define EXC_ACTIVE 0x004 /* 1 = executing context is exception handler */
|
||||
#define USE_FP 0x010 /* 1 = thread uses floating point unit */
|
||||
#define ESSENTIAL 0x200 /* 1 = system thread that must not abort */
|
||||
#define K_ESSENTIAL 0x200 /* 1 = system thread that must not abort */
|
||||
#define NO_METRICS 0x400 /* 1 = _Swap() not to update task metrics */
|
||||
|
||||
/* stacks */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue