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

@ -82,7 +82,7 @@ static ALWAYS_INLINE void thread_monitor_init(struct tcs *tcs)
* @param parameter2 second param to entry point
* @param parameter3 third param to entry point
* @param priority thread priority
* @param options thread options: ESSENTIAL
* @param options thread options: K_ESSENTIAL
*
* @return N/A
*/