thread_stack holds the stack and thread control block memory
More...
#include <thread_stack.hpp>
thread_stack holds the stack and thread control block memory
- Parameters
-
StackSize | defines the stacksize in bytes |
Definition at line 21 of file thread_stack.hpp.
◆ thread_stack() [1/3]
constexpr zpp::thread_stack::thread_stack |
( |
const thread_stack & |
| ) |
|
|
constexprdefaultnoexcept |
◆ thread_stack() [2/3]
constexpr zpp::thread_stack::thread_stack |
( |
k_thread_stack_t * |
data, |
|
|
size_t |
size |
|
) |
| |
|
inlineconstexprnoexcept |
Definition at line 26 of file thread_stack.hpp.
30 __ASSERT_NO_MSG(m_data !=
nullptr);
constexpr auto data() const noexcept
constexpr auto size() const noexcept
◆ thread_stack() [3/3]
zpp::thread_stack::thread_stack |
( |
| ) |
|
|
delete |
◆ data()
constexpr auto zpp::thread_stack::data |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ operator=()
◆ size()
constexpr auto zpp::thread_stack::size |
( |
| ) |
const |
|
inlineconstexprnoexcept |
The documentation for this class was generated from the following file: