Searched refs:get_random_delay (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/src/ |
D | main.c | 123 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-latest/samples/subsys/portability/cmsis_rtos_v2/philosophers/src/ |
D | main.c | 148 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()
|
/Zephyr-latest/samples/philosophers/src/ |
D | main.c | 120 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-latest/samples/posix/philosophers/src/ |
D | main.c | 115 static int32_t get_random_delay(int id, int period_in_ms) in get_random_delay() function 166 delay = get_random_delay(my_id, 25); in philosopher() 174 delay = get_random_delay(my_id, 25); in philosopher()
|