Searched refs:k_thread_stack_t (Results 1 – 9 of 9) sorted by relevance
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()
16 typedef struct z_thread_stack_element k_thread_stack_t; typedef
60 k_tid_t tid = k_thread_create(&my_thread, (k_thread_stack_t *) &my_thread_stack, in test_entry()
52 k_thread_stack_t *stack, struct k_heap *heap, in load_and_run_extension()
67 k_thread_stack_t *stack;70 k_thread_stack_t *stack_mapped;96 k_thread_stack_t *stack_obj; in stack_buffer_scenarios()
160 k_thread_stack_t *stack; in ZTEST()
38 static k_thread_stack_t *overflow_stack =
772 extern k_thread_stack_t ztest_thread_stack[];
984 static k_thread_stack_t *stacks[2] = {t1_stack, t2_stack};
Completed in 36 milliseconds