Searched refs:K_STACK_DEFINE (Results 1 – 7 of 7) sorted by relevance
16 K_STACK_DEFINE(kstack, STACK_LEN);17 K_STACK_DEFINE(kstack_test_alloc, STACK_LEN);
51 K_STACK_DEFINE(stack1, STACK_LEN);52 K_STACK_DEFINE(stack2, STACK_LEN);
77 by calling :c:macro:`K_STACK_DEFINE`.84 K_STACK_DEFINE(my_stack, MAX_ITEMS);
31 K_STACK_DEFINE(async_msg_free, CONFIG_NUM_MBOX_ASYNC_MSGS);
41 K_STACK_DEFINE(pipe_async_msgs, CONFIG_NUM_PIPE_ASYNC_MSGS);
2510 #define K_STACK_DEFINE(name, stack_num_entries) \ macro
98 initialized at boot with :c:macro:`K_STACK_DEFINE()`, or to initialize the