Lines Matching +full:- +full:- +full:exit +full:- +full:code
1 .. zephyr:code-sample:: posix-philosophers
9 This sample implements Zephyr's :zephyr:code-sample:`dining-philosophers` sample using the
10 :ref:`POSIX API <posix_support>`. The source code for this sample can be found under
18 .. zephyr-app-commands::
19 :zephyr-app: samples/posix/philosophers
20 :host-os: unix
28 .. code-block:: console
34 Philosopher 4 [C:-1] THINKING [ 2200 ms ]
35 Philosopher 5 [C:-2] THINKING [ 1700 ms ]
37 Exit QEMU by pressing :kbd:`CTRL+A` :kbd:`x`.
45 .. zephyr-app-commands::
46 :zephyr-app: samples/philosophers
47 :host-os: unix
55 For additional information, please refer to the :zephyr:code-sample:`dining-philosophers` sample.