MOS Source Code
|
#include <stack.h>
Public Attributes | |
ptr_t | top |
ptr_t | head |
size_t | capacity |
ptr_t top |
Definition at line 16 of file stack.h.
Referenced by __mos_test_wrapped_test_stack_init_deinit(), __mos_test_wrapped_test_stack_push_pop_stack(), _thread_do_print(), elf_setup_main_thread(), platform_switch_to_thread(), platform_thread_regs(), stack_grow(), stack_init(), stack_pop(), stack_push(), thread_destroy(), thread_setup_common(), and x86_setup_thread_common().
ptr_t head |
Definition at line 17 of file stack.h.
Referenced by __mos_test_wrapped_test_stack_init_deinit(), __mos_test_wrapped_test_stack_push_pop_stack(), elf_do_fill_process(), elf_setup_main_thread(), platform_context_clone(), platform_context_setup_child_thread(), platform_dump_thread_kernel_stack(), platform_switch_to_thread(), stack_grow(), stack_init(), stack_pop(), stack_push(), thread_new(), thread_setup_common(), and x86_setup_thread_common().
size_t capacity |
Definition at line 18 of file stack.h.
Referenced by __mos_test_wrapped_test_stack_init_deinit(), __mos_test_wrapped_test_stack_push_pop_stack(), _thread_do_print(), stack_grow(), stack_init(), and stack_push().