Home
last modified time | relevance | path

Searched defs:stacksz (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/lib/utils/
Drb.c130 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/
Dcmsis_thread.c74 uint32_t stacksz; in osThreadCreate() local
/Zephyr-latest/include/zephyr/portability/
Dcmsis_os.h286 #define osThreadDef(name, priority, instances, stacksz) \ argument
289 #define osThreadDef(name, priority, instances, stacksz) \ argument