Searched defs:stacksz (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/lib/utils/ |
D | rb.c | 130 static void rotate(struct rbnode **stack, int stacksz) in rotate() 157 static void fix_extra_red(struct rbnode **stack, int stacksz) in fix_extra_red() 237 int stacksz = find_and_stack(tree, node, stack); in rb_insert() local 269 static void fix_missing_black(struct rbnode **stack, int stacksz, in fix_missing_black() 381 int stacksz = find_and_stack(tree, node, stack); in rb_remove() local
|
/Zephyr-latest/subsys/portability/cmsis_rtos_v1/ |
D | cmsis_thread.c | 74 uint32_t stacksz; in osThreadCreate() local
|
/Zephyr-latest/include/zephyr/portability/ |
D | cmsis_os.h | 286 #define osThreadDef(name, priority, instances, stacksz) \ argument 289 #define osThreadDef(name, priority, instances, stacksz) \ argument
|