kernel: rename z_new_thread()
This is part of the core kernel -> architecture interface and should have a leading prefix z_arch_. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
9e1dda8804
commit
61901ccb4c
15 changed files with 58 additions and 57 deletions
|
@ -202,7 +202,7 @@ typedef struct s_preempFloatReg {
|
|||
* The thread control structure definition. It contains the
|
||||
* various fields to manage a _single_ thread. The TCS will be aligned
|
||||
* to the appropriate architecture specific boundary via the
|
||||
* z_new_thread() call.
|
||||
* z_arch_new_thread() call.
|
||||
*/
|
||||
|
||||
struct _thread_arch {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue