/Zephyr-Core-3.5.0/samples/philosophers/src/ |
D | main.c | 90 #define fork(x) (forks[x]) macro 152 my_fork1 = fork(0); in philosopher() 153 my_fork2 = fork(my_id); in philosopher() 155 my_fork1 = fork(my_id); in philosopher() 156 my_fork2 = fork(my_id + 1); in philosopher() 205 fork_init(fork(i)); in init_objects() 228 k_object_access_grant(fork(i), &threads[i]); in start_threads() 229 k_object_access_grant(fork((i + 1) % NUM_PHIL), &threads[i]); in start_threads()
|
D | phil_obj_abstract.h | 139 #error unknown fork type
|
/Zephyr-Core-3.5.0/samples/subsys/portability/cmsis_rtos_v1/philosophers/src/ |
D | main.c | 72 #define fork(x) (forks[x]) macro 152 fork1 = fork(0); in philosopher() 153 fork2 = fork(my_id); in philosopher() 155 fork1 = fork(my_id); in philosopher() 156 fork2 = fork(my_id + 1); in philosopher()
|
D | phil_obj_abstract.h | 61 #error unknown fork type
|
/Zephyr-Core-3.5.0/samples/subsys/portability/cmsis_rtos_v2/philosophers/src/ |
D | main.c | 68 #define fork(x) (forks[x]) macro 177 fork1 = fork(0); in philosopher() 178 fork2 = fork(my_id); in philosopher() 180 fork1 = fork(my_id); in philosopher() 181 fork2 = fork(my_id + 1); in philosopher()
|
D | phil_obj_abstract.h | 67 #error unknown fork type
|
/Zephyr-Core-3.5.0/boards/riscv/gd32vf103c_starter/support/ |
D | openocd.cfg | 5 # https://github.com/riscv/riscv-openocd OpenOCD fork.
|
/Zephyr-Core-3.5.0/boards/riscv/gd32vf103v_eval/support/ |
D | openocd.cfg | 5 # https://github.com/riscv/riscv-openocd OpenOCD fork.
|
/Zephyr-Core-3.5.0/boards/arm/b_u585i_iot02a/ |
D | board.cmake | 23 # FIXME: openocd runner requires use of STMicro openocd fork.
|
/Zephyr-Core-3.5.0/samples/subsys/portability/cmsis_rtos_v1/philosophers/ |
D | README.rst | 15 The philosopher always tries to get the lowest fork first (f1 then f2). When 20 for the second fork to be available.
|
/Zephyr-Core-3.5.0/samples/subsys/portability/cmsis_rtos_v2/philosophers/ |
D | README.rst | 15 The philosopher always tries to get the lowest fork first (f1 then f2). When 20 for the second fork to be available.
|
/Zephyr-Core-3.5.0/.github/ISSUE_TEMPLATE/ |
D | 001_bug_report.md | 17 fork (such as NCS) specific feature, please open an issue in the fork project
|
D | 007_ext-source.md | 34 in the main tree or as a module (pointing to your own fork for now). Make sure
|
/Zephyr-Core-3.5.0/drivers/pwm/ |
D | Kconfig.nrf_sw | 20 channel and two or three (when the fork feature is not available)
|
/Zephyr-Core-3.5.0/samples/tfm_integration/ |
D | tfm_integration.rst | 44 `git.trustedfirmware.org <https://git.trustedfirmware.org>`_, although a fork
|
/Zephyr-Core-3.5.0/doc/services/virtualization/ |
D | ivshmem.rst | 50 Jailhouse by building the Siemens fork of QEMU, and modifying the QEMU launch flags:
|
/Zephyr-Core-3.5.0/samples/philosophers/ |
D | README.rst | 14 The philosopher always tries to get the lowest fork first (f1 then f2). When 19 for the second fork to be available.
|
/Zephyr-Core-3.5.0/boards/riscv/stamp_c3/doc/ |
D | index.rst | 175 OpenOCD that are not upstreamed yet. Espressif maintains their own fork of
|
/Zephyr-Core-3.5.0/boards/xtensa/esp32_net/doc/ |
D | index.rst | 68 OpenOCD that are not upstreamed yet. Espressif maintains their own fork of
|
/Zephyr-Core-3.5.0/boards/xtensa/odroid_go/doc/ |
D | index.rst | 217 OpenOCD that are not upstreamed yet. Espressif maintains their own fork of
|
/Zephyr-Core-3.5.0/boards/riscv/xiao_esp32c3/doc/ |
D | index.rst | 190 OpenOCD that are not upstreamed yet. Espressif maintains their own fork of
|
/Zephyr-Core-3.5.0/boards/xtensa/heltec_wifi_lora32_v2/doc/ |
D | index.rst | 161 OpenOCD that are not upstreamed yet. Espressif maintains their own fork of
|
/Zephyr-Core-3.5.0/boards/riscv/esp32c3_devkitm/doc/ |
D | index.rst | 211 OpenOCD that are not upstreamed yet. Espressif maintains their own fork of
|
/Zephyr-Core-3.5.0/boards/riscv/esp32c3_luatos_core/doc/ |
D | index.rst | 229 OpenOCD that are not upstreamed yet. Espressif maintains their own fork of
|
/Zephyr-Core-3.5.0/doc/services/device_mgmt/ |
D | mcumgr_backporting.rst | 16 The Zephyr fork used in version 2.7 and earlier is `located here <https://github.com/zephyrproject-…
|