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
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue