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
|
@ -77,7 +77,7 @@ static ALWAYS_INLINE void thread_monitor_init(struct tcs *tcs)
|
|||
* @param parameter2 entry point to the second param
|
||||
* @param parameter3 entry point to the third param
|
||||
* @param priority thread priority
|
||||
* @param options thread options: ESSENTIAL, USE_FP
|
||||
* @param options thread options: K_ESSENTIAL, USE_FP
|
||||
*
|
||||
* @return N/A
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue