µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
os::rtos::thread_allocated< Allocator > Member List

This is the complete list of members for os::rtos::thread_allocated< Allocator >, including all inherited members.

allocator_type typedefos::rtos::thread_allocated< Allocator >
cancel(void)os::rtos::thread
detach(void)os::rtos::thread
errno_os::rtos::thread
flags_raise(flags::mask_t mask, flags::mask_t *oflags=nullptr)os::rtos::thread
func_args_t typedefos::rtos::thread
func_t typedefos::rtos::thread
function_args(void) constos::rtos::threadinline
initializeros::rtos::threadstatic
interrupt(bool interrupt=true)os::rtos::thread
interrupted(void)os::rtos::threadinline
is_constructed(const thread &thread)os::rtos::threadstatic
join(void **exit_ptr=nullptr)os::rtos::thread
kill(void)os::rtos::thread
name(void) constos::rtos::internal::object_namedinline
object_named()os::rtos::internal::object_named
object_named(const char *name)os::rtos::internal::object_named
object_named_system()os::rtos::internal::object_named_systeminline
object_named_system(const char *name)os::rtos::internal::object_named_systeminline
operator delete(void *ptr, std::size_t bytes)os::rtos::internal::object_named_systeminlinestatic
operator delete[](void *ptr, std::size_t bytes)os::rtos::internal::object_named_systeminlinestatic
operator new(std::size_t bytes)os::rtos::internal::object_named_systeminlinestatic
operator new(std::size_t bytes, void *ptr)os::rtos::internal::object_named_systeminlinestatic
operator new[](std::size_t bytes)os::rtos::internal::object_named_systeminlinestatic
operator new[](std::size_t bytes, void *ptr)os::rtos::internal::object_named_systeminlinestatic
operator==(const thread &rhs) constos::rtos::threadinline
priority(priority_t prio)os::rtos::thread
priority(void)os::rtos::thread
priority_inherited(priority_t prio)os::rtos::thread
priority_inherited(void)os::rtos::thread
priority_t typedefos::rtos::thread
resume(void)os::rtos::thread
stack(void)os::rtos::threadinline
state(void) constos::rtos::threadinline
state_t typedefos::rtos::thread
statistics(void)os::rtos::threadinline
thread(func_t function, func_args_t args, const attributes &attr=initializer, const allocator_type &allocator=allocator_type())os::rtos::thread
thread(const char *name, func_t function, func_args_t args, const attributes &attr=initializer, const allocator_type &allocator=allocator_type())os::rtos::thread
thread_allocated(func_t function, func_args_t args, const attributes &attr=initializer, const allocator_type &allocator=allocator_type())os::rtos::thread_allocated< Allocator >inline
thread_allocated(const char *name, func_t function, func_args_t args, const attributes &attr=initializer, const allocator_type &allocator=allocator_type())os::rtos::thread_allocated< Allocator >
user_storage(void)os::rtos::threadinline
~object_named()=defaultos::rtos::internal::object_named
~object_named_system()=defaultos::rtos::internal::object_named_system
~thread()os::rtos::threadvirtual
~thread_allocated() overrideos::rtos::thread_allocated< Allocator >virtual