/Zephyr-latest/kernel/ |
D | dynamic.c | 27 k_thread_stack_t *stack; 34 static k_thread_stack_t *z_thread_stack_alloc_pool(size_t size) in z_thread_stack_alloc_pool() 38 k_thread_stack_t *stack; in z_thread_stack_alloc_pool() 54 stack = (k_thread_stack_t *)&dynamic_stack[offset]; in z_thread_stack_alloc_pool() 59 static k_thread_stack_t *z_thread_stack_alloc_dyn(size_t size, int flags) in z_thread_stack_alloc_dyn() 75 k_thread_stack_t *z_impl_k_thread_stack_alloc(size_t size, int flags) in z_impl_k_thread_stack_alloc() 77 k_thread_stack_t *stack = NULL; in z_impl_k_thread_stack_alloc() 98 static inline k_thread_stack_t *z_vrfy_k_thread_stack_alloc(size_t size, int flags) in z_vrfy_k_thread_stack_alloc() 109 if (data->stack == (k_thread_stack_t *)thread->stack_info.start) { in dyn_cb() 116 int z_impl_k_thread_stack_free(k_thread_stack_t *stack) in z_impl_k_thread_stack_free() [all …]
|
D | dynamic_disabled.c | 12 k_thread_stack_t *z_impl_k_thread_stack_alloc(size_t size, int flags) in z_impl_k_thread_stack_alloc() 20 int z_impl_k_thread_stack_free(k_thread_stack_t *stack) in z_impl_k_thread_stack_free()
|
/Zephyr-latest/include/zephyr/modem/backend/ |
D | tty.h | 27 k_thread_stack_t *stack; 34 k_thread_stack_t *stack;
|
/Zephyr-latest/tests/kernel/threads/dynamic_thread_stack/src/ |
D | main.c | 43 k_thread_stack_t *stack; in ZTEST_USER() 79 static k_thread_stack_t *stack[CONFIG_DYNAMIC_THREAD_POOL_SIZE]; in ZTEST() 131 static k_thread_stack_t *stack[MAX_HEAP_STACKS]; in ZTEST() 208 (void)k_thread_stack_free((k_thread_stack_t *)arg2); in perm_func_violator() 218 static k_thread_stack_t *stack[2]; in ZTEST()
|
/Zephyr-latest/kernel/include/ |
D | kernel_internal.h | 74 k_thread_stack_t *stack, size_t stack_size, 158 extern uint8_t *z_priv_stack_find(k_thread_stack_t *stack); 165 bool z_stack_is_user_capable(k_thread_stack_t *stack);
|
D | kernel_arch_interface.h | 76 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack,
|
/Zephyr-latest/modules/lvgl/include/ |
D | lvgl_zephyr_osal.h | 18 k_thread_stack_t *stack;
|
/Zephyr-latest/tests/drivers/gpio/gpio_ite_it8xxx2_v2/include/zephyr/arch/ |
D | cpu.h | 16 typedef struct z_thread_stack_element k_thread_stack_t; typedef
|
/Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/src/ |
D | main.cpp | 230 k_thread_stack_t *stack = static_cast<k_thread_stack_t *>(k_malloc(stackSize)); in main() 253 k_thread_stack_t *stack = static_cast<k_thread_stack_t *>(k_malloc(stackSize)); in main()
|
/Zephyr-latest/include/zephyr/drivers/console/ |
D | ipm_console.h | 38 k_thread_stack_t *thread_stack;
|
/Zephyr-latest/arch/nios2/core/ |
D | thread.c | 31 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread()
|
/Zephyr-latest/arch/mips/core/ |
D | thread.c | 18 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread()
|
/Zephyr-latest/include/zephyr/kernel/ |
D | thread.h | 180 k_thread_stack_t *addr; 332 k_thread_stack_t *stack_obj;
|
D | thread_stack.h | 286 static inline char *K_KERNEL_STACK_BUFFER(k_thread_stack_t *sym) in K_KERNEL_STACK_BUFFER() 631 static inline char *K_THREAD_STACK_BUFFER(k_thread_stack_t *sym) in K_THREAD_STACK_BUFFER()
|
/Zephyr-latest/samples/subsys/llext/edk/k-ext1/src/ |
D | main.c | 36 k_thread_stack_t *sub_stack; in start()
|
/Zephyr-latest/samples/subsys/llext/edk/ext3/src/ |
D | main.c | 36 k_thread_stack_t *sub_stack; in start()
|
/Zephyr-latest/lib/os/ |
D | user_work.c | 42 void k_work_user_queue_start(struct k_work_user_q *work_q, k_thread_stack_t *stack, in k_work_user_queue_start()
|
/Zephyr-latest/tests/subsys/llext/src/ |
D | threads_kernel_objects_ext.c | 60 k_tid_t tid = k_thread_create(&my_thread, (k_thread_stack_t *) &my_thread_stack, in test_entry()
|
/Zephyr-latest/arch/riscv/core/ |
D | smp.c | 31 void arch_cpu_start(int cpu_num, k_thread_stack_t *stack, int sz, in arch_cpu_start()
|
/Zephyr-latest/arch/x86/core/intel64/ |
D | thread.c | 28 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread()
|
/Zephyr-latest/soc/intel/intel_adsp/common/ |
D | multiprocessing.c | 123 void arch_cpu_start(int cpu_num, k_thread_stack_t *stack, int sz, in arch_cpu_start()
|
/Zephyr-latest/arch/sparc/core/ |
D | thread.c | 31 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread()
|
/Zephyr-latest/include/zephyr/arch/ |
D | arch_interface.h | 46 typedef struct z_thread_stack_element k_thread_stack_t; typedef 242 void arch_cpu_start(int cpu_num, k_thread_stack_t *stack, int sz,
|
/Zephyr-latest/tests/kernel/threads/thread_stack/src/ |
D | main.c | 67 k_thread_stack_t *stack; 70 k_thread_stack_t *stack_mapped; 96 k_thread_stack_t *stack_obj; in stack_buffer_scenarios()
|
/Zephyr-latest/arch/x86/core/ia32/ |
D | thread.c | 75 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread()
|