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
|
@ -57,7 +57,7 @@ void z_new_thread(struct k_thread *thread, k_thread_stack_t *stack,
|
|||
|
||||
posix_thread_status_t *thread_status;
|
||||
|
||||
_new_thread_init(thread, stack_memory, stack_size, priority, options);
|
||||
z_new_thread_init(thread, stack_memory, stack_size, priority, options);
|
||||
|
||||
/* We store it in the same place where normal archs store the
|
||||
* "initial stack frame"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue