Home
last modified time | relevance | path

Searched refs:stack_size (Results 1 – 13 of 13) sorted by relevance

/subsys/debug/thread_analyzer/
A Dthread_analyzer.c49 size_t pcnt = (info->stack_used * 100U) / info->stack_size; in thread_print_cb()
55 info->stack_size - info->stack_used, info->stack_used, in thread_print_cb()
56 info->stack_size, pcnt, in thread_print_cb()
90 info->stack_size - info->stack_used, info->stack_used, in thread_print_cb()
91 info->stack_size, pcnt); in thread_print_cb()
134 info.stack_size = size; in thread_analyze_cb()
/subsys/portability/cmsis_rtos_v2/
A Dthread.c22 .stack_size = 0,
109 size_t stack_size; in osThreadNew() local
141 __ASSERT(attr->stack_size <= CONFIG_CMSIS_V2_THREAD_MAX_STACK_SIZE, "invalid stack size\n"); in osThreadNew()
145 if (attr->stack_mem != NULL && attr->stack_size == 0) { in osThreadNew()
168 stack_size = CONFIG_CMSIS_V2_THREAD_DYNAMIC_STACK_SIZE; in osThreadNew()
173 stack_size = attr->stack_size; in osThreadNew()
192 (void)k_thread_create(&tid->z_thread, stack, stack_size, zephyr_thread_wrapper, (void *)arg, in osThreadNew()
/subsys/modem/backends/
A Dmodem_backend_tty.c65 k_thread_create(&backend->thread, backend->stack, backend->stack_size, in modem_backend_tty_open()
123 backend->stack_size = config->stack_size; in modem_backend_tty_init()
/subsys/net/lib/zperf/
A Dzperf_common.c72 .stack_size = K_THREAD_STACK_SIZEOF(zperf_work_q_stack_##i), \
314 zperf_work_q[i].stack_size, in zperf_init()
A Dzperf_internal.h124 size_t stack_size; member
/subsys/mgmt/mcumgr/grp/os_mgmt/src/
A Dos_mgmt.c223 size_t stack_size = 0; in os_mgmt_taskstat_encode_stack_info() local
228 stack_size = thread->stack_info.size / 4; in os_mgmt_taskstat_encode_stack_info()
239 zcbor_uint64_put(zse, stack_size) && in os_mgmt_taskstat_encode_stack_info()
/subsys/tracing/ctf/
A Dctf_top.h272 uint32_t stack_base, uint32_t stack_size) in ctf_top_thread_info() argument
275 stack_base, stack_size); in ctf_top_thread_info()
A Dtracing_ctf.h25 sys_trace_k_thread_create(new_thread, stack_size, prio)
399 void sys_trace_k_thread_create(struct k_thread *new_thread, size_t stack_size,
A Dctf_top.c95 void sys_trace_k_thread_create(struct k_thread *thread, size_t stack_size, int prio) in sys_trace_k_thread_create() argument
/subsys/tracing/test/
A Dtracing_string_format_test.c35 void sys_trace_k_thread_create(struct k_thread *thread, size_t stack_size, in sys_trace_k_thread_create() argument
A Dtracing_test.h18 sys_trace_k_thread_create(new_thread, stack_size, prio)
510 void sys_trace_k_thread_create(struct k_thread *new_thread, size_t stack_size, int prio);
/subsys/tracing/ctf/tsdl/
A Dmetadata131 uint32_t stack_size;
/subsys/tracing/sysview/
A Dtracing_sysview.h663 void sys_trace_k_thread_create(struct k_thread *new_thread, size_t stack_size, int prio);

Completed in 62 milliseconds