Home
last modified time | relevance | path

Searched refs:is_last_philosopher (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/src/
Dmain.c138 static inline int is_last_philosopher(int id) in is_last_philosopher() function
151 if (is_last_philosopher(my_id)) { in philosopher()
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/philosophers/src/
Dmain.c163 static inline int is_last_philosopher(int id) in is_last_philosopher() function
176 if (is_last_philosopher(my_id)) { in philosopher()
/Zephyr-latest/samples/philosophers/src/
Dmain.c135 static inline int is_last_philosopher(int id) in is_last_philosopher() function
151 if (is_last_philosopher(my_id)) { in philosopher()
/Zephyr-latest/samples/posix/philosophers/src/
Dmain.c137 static inline int is_last_philosopher(int id) in is_last_philosopher() function
150 if (is_last_philosopher(my_id)) { in philosopher()