Home
last modified time | relevance | path

Searched refs:philosopher (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-3.5.0/samples/subsys/portability/cmsis_rtos_v1/philosophers/src/
Dmain.c143 void philosopher(void const *id) in philosopher() function
182 osThreadDef(philosopher, osPriorityLow, 6, STACK_SIZE);
199 id = osThreadCreate(osThread(philosopher), INT_TO_POINTER(i)); in start_threads()
/Zephyr-Core-3.5.0/samples/subsys/portability/cmsis_rtos_v1/philosophers/
DREADME.rst15 The philosopher always tries to get the lowest fork first (f1 then f2). When
18 are shown as well, such as STARVING when the philosopher is hungry but the
19 forks are not available, and HOLDING ONE FORK when a philosopher is waiting
/Zephyr-Core-3.5.0/samples/subsys/portability/cmsis_rtos_v2/philosophers/
DREADME.rst15 The philosopher always tries to get the lowest fork first (f1 then f2). When
18 are shown as well, such as STARVING when the philosopher is hungry but the
19 forks are not available, and HOLDING ONE FORK when a philosopher is waiting
/Zephyr-Core-3.5.0/samples/philosophers/src/
Dmain.c140 void philosopher(void *id, void *unused1, void *unused2) in philosopher() function
220 philosopher, INT_TO_POINTER(i), NULL, NULL, in start_threads()
/Zephyr-Core-3.5.0/samples/subsys/portability/cmsis_rtos_v2/philosophers/src/
Dmain.c168 void philosopher(void *id) in philosopher() function
228 osThreadNew(philosopher, INT_TO_POINTER(i), &thread_attr[i]); in start_threads()
/Zephyr-Core-3.5.0/samples/philosophers/
DREADME.rst14 The philosopher always tries to get the lowest fork first (f1 then f2). When
17 are shown as well, such as STARVING when the philosopher is hungry but the
18 forks are not available, and HOLDING ONE FORK when a philosopher is waiting
37 In these cases, the philosopher threads will run with priorities 0 to 5
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-2.7.rst1169 * :github:`38405` - samples/philosophers/sample.kernel.philosopher.stacks fails on xtensa