arch: Rename reserved function names
Rename reserved function names in arch/ subdirectory. The Python script gen_priv_stacks.py was updated to follow the 'z_' prefix naming. Signed-off-by: Patrik Flykt <patrik.flykt@intel.com>
This commit is contained in:
parent
97b3bd11a7
commit
7c0a245d32
109 changed files with 556 additions and 558 deletions
|
@ -212,7 +212,7 @@ extern void z_init_thread_base(struct _thread_base *thread_base,
|
|||
int priority, u32_t initial_state,
|
||||
unsigned int options);
|
||||
|
||||
static ALWAYS_INLINE void _new_thread_init(struct k_thread *thread,
|
||||
static ALWAYS_INLINE void z_new_thread_init(struct k_thread *thread,
|
||||
char *pStack, size_t stackSize,
|
||||
int prio, unsigned int options)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue