Home
last modified time | relevance | path

Searched refs:get_random_delay (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/samples/subsys/portability/cmsis_rtos_v1/philosophers/src/
Dmain.c123 static int32_t get_random_delay(int id, int period_in_ms) in get_random_delay() function
167 delay = get_random_delay(my_id, 25); in philosopher()
175 delay = get_random_delay(my_id, 25); in philosopher()
/Zephyr-Core-3.5.0/samples/philosophers/src/
Dmain.c120 static int32_t get_random_delay(int id, int period_in_ms) in get_random_delay() function
167 delay = get_random_delay(my_id, 25); in philosopher()
175 delay = get_random_delay(my_id, 25); in philosopher()
/Zephyr-Core-3.5.0/samples/subsys/portability/cmsis_rtos_v2/philosophers/src/
Dmain.c148 static int32_t get_random_delay(int id, int period_in_ms) in get_random_delay() function
192 delay = get_random_delay(my_id, 25); in philosopher()
200 delay = get_random_delay(my_id, 25); in philosopher()