kernel: rename _k_thread_stack_element
Private data type, prefix with z_. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
f2734ab022
commit
4bad34e749
12 changed files with 30 additions and 30 deletions
|
@ -6,7 +6,7 @@ Kernel Objects
|
|||
A kernel object can be one of three classes of data:
|
||||
|
||||
* A core kernel object, such as a semaphore, thread, pipe, etc.
|
||||
* A thread stack, which is an array of :c:type:`struct _k_thread_stack_element`
|
||||
* A thread stack, which is an array of :c:type:`struct z_thread_stack_element`
|
||||
and declared with :c:macro:`K_THREAD_STACK_DEFINE()`
|
||||
* A device driver instance (struct device) that belongs to one of a defined
|
||||
set of subsystems
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue