/Zephyr-Core-3.7.0/include/zephyr/modem/backend/ |
D | tty.h | 28 size_t stack_size; member 35 size_t stack_size; member
|
/Zephyr-Core-3.7.0/include/zephyr/debug/ |
D | thread_analyzer.h | 32 size_t stack_size; member
|
/Zephyr-Core-3.7.0/lib/os/ |
D | user_work.c | 43 size_t stack_size, int prio, const char *name) in k_work_user_queue_start()
|
D | p4wq.c | 136 size_t stack_size) in k_p4wq_add_thread()
|
/Zephyr-Core-3.7.0/arch/x86/core/ |
D | userspace.c | 135 size_t stack_size; in arch_user_mode_enter() local
|
/Zephyr-Core-3.7.0/kernel/ |
D | thread.c | 362 static size_t random_offset(size_t stack_size) in random_offset() 393 k_thread_stack_t *stack, size_t stack_size) in setup_thread_stack() 518 k_thread_stack_t *stack, size_t stack_size, in z_setup_new_thread() 659 size_t stack_size, k_thread_entry_t entry, in z_impl_k_thread_create() 683 size_t stack_size, k_thread_entry_t entry, in z_vrfy_k_thread_create()
|
D | init.c | 478 size_t stack_size = K_KERNEL_STACK_SIZEOF(z_idle_stacks[i]); in init_idle_thread() local
|
D | work.c | 731 size_t stack_size, in k_work_queue_start()
|
/Zephyr-Core-3.7.0/include/zephyr/sys/internal/ |
D | kobject_internal.h | 44 size_t stack_size; member
|
/Zephyr-Core-3.7.0/arch/x86/include/intel64/ |
D | kernel_arch_data.h | 26 size_t stack_size; /* size of stack */ member
|
/Zephyr-Core-3.7.0/include/zephyr/sys/ |
D | p4wq.h | 81 uintptr_t stack_size; member
|
/Zephyr-Core-3.7.0/subsys/portability/cmsis_rtos_v2/ |
D | thread.c | 111 size_t stack_size; in osThreadNew() local
|
/Zephyr-Core-3.7.0/tests/kernel/threads/thread_stack/src/ |
D | main.c | 98 size_t stack_size, unused, carveout, reserved, alignment, adjusted; in stack_buffer_scenarios() local
|
/Zephyr-Core-3.7.0/subsys/mgmt/mcumgr/grp/os_mgmt/src/ |
D | os_mgmt.c | 218 size_t stack_size = 0; in os_mgmt_taskstat_encode_stack_info() local
|
/Zephyr-Core-3.7.0/modules/hal_infineon/abstraction-rtos/source/COMPONENT_ZEPHYR/ |
D | cyabs_rtos_zephyr.c | 105 const char *name, void *stack, uint32_t stack_size, in cy_rtos_create_thread()
|
/Zephyr-Core-3.7.0/include/zephyr/ |
D | kernel.h | 776 #define Z_THREAD_INITIALIZER(thread, stack, stack_size, \ argument 797 #define Z_THREAD_COMMON_DEFINE(name, stack_size, \ argument 844 #define K_THREAD_DEFINE(name, stack_size, \ argument 881 #define K_KERNEL_THREAD_DEFINE(name, stack_size, \ argument
|
/Zephyr-Core-3.7.0/include/zephyr/portability/ |
D | cmsis_os2.h | 243 uint32_t stack_size; /* /< size of stack */ member
|
/Zephyr-Core-3.7.0/subsys/tracing/ctf/ |
D | ctf_top.c | 76 void sys_trace_k_thread_create(struct k_thread *thread, size_t stack_size, int prio) in sys_trace_k_thread_create()
|
D | ctf_top.h | 226 uint32_t stack_base, uint32_t stack_size) in ctf_top_thread_info()
|
/Zephyr-Core-3.7.0/subsys/tracing/test/ |
D | tracing_string_format_test.c | 35 void sys_trace_k_thread_create(struct k_thread *thread, size_t stack_size, in sys_trace_k_thread_create()
|