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:
Allan Stephens 2016-11-02 15:55:20 -05:00 committed by Anas Nashif
commit a3f3de3741
12 changed files with 21 additions and 21 deletions

View file

@ -81,7 +81,7 @@ static ALWAYS_INLINE void thread_monitor_init(struct tcs *tcs)
* @param pStackMem pointer to thread stack memory
* @param stackSize size of a stack in bytes
* @param priority thread priority
* @param options thread options: ESSENTIAL, USE_FP, USE_SSE
* @param options thread options: K_ESSENTIAL, USE_FP, USE_SSE
*
* @return N/A
*/
@ -325,7 +325,7 @@ __asm__("\t.globl _thread_entry\n"
* @param parameter2 second param to entry point
* @param parameter3 third param to entry point
* @param priority thread priority
* @param options thread options: ESSENTIAL, USE_FP, USE_SSE
* @param options thread options: K_ESSENTIAL, USE_FP, USE_SSE
*
*
* @return opaque pointer to initialized TCS structure