kernel: rename thread states symbols
They are not part of the API, so rename from K_<state> to _THREAD_<state>. Change-Id: Iaebb7d3083b80b9769bee5616e0f96ed2abc5c56 Signed-off-by: Benjamin Walsh <walsh.benj@gmail.com>
This commit is contained in:
parent
3f3f4d94d5
commit
a8978aba8f
10 changed files with 38 additions and 36 deletions
|
@ -113,7 +113,7 @@ void _new_thread(char *pStackMem, size_t stackSize,
|
|||
pInitCtx->status32 = _ARC_V2_STATUS32_E(_ARC_V2_DEF_IRQ_LEVEL);
|
||||
#endif
|
||||
|
||||
_init_thread_base(&thread->base, priority, K_PRESTART, options);
|
||||
_init_thread_base(&thread->base, priority, _THREAD_PRESTART, options);
|
||||
|
||||
/* static threads overwrite them afterwards with real values */
|
||||
thread->init_data = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue