Searched refs:stack_size (Results 1 – 13 of 13) sorted by relevance
| /subsys/debug/thread_analyzer/ |
| A D | thread_analyzer.c | 49 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 D | thread.c | 22 .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 D | modem_backend_tty.c | 65 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 D | zperf_common.c | 72 .stack_size = K_THREAD_STACK_SIZEOF(zperf_work_q_stack_##i), \ 314 zperf_work_q[i].stack_size, in zperf_init()
|
| A D | zperf_internal.h | 124 size_t stack_size; member
|
| /subsys/mgmt/mcumgr/grp/os_mgmt/src/ |
| A D | os_mgmt.c | 223 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 D | ctf_top.h | 272 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 D | tracing_ctf.h | 25 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 D | ctf_top.c | 95 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 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() argument
|
| A D | tracing_test.h | 18 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 D | metadata | 131 uint32_t stack_size;
|
| /subsys/tracing/sysview/ |
| A D | tracing_sysview.h | 663 void sys_trace_k_thread_create(struct k_thread *new_thread, size_t stack_size, int prio);
|
Completed in 62 milliseconds