| /Zephyr-latest/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-latest/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-latest/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-latest/samples/posix/philosophers/src/ |
| D | main.c | 50 static inline fork_t fork(size_t idx) in fork() function 151 my_fork1 = fork(0); in philosopher() 152 my_fork2 = fork(my_id); in philosopher() 154 my_fork1 = fork(my_id); in philosopher() 155 my_fork2 = fork(my_id + 1); in philosopher() 207 fork_init(fork(i)); in init_objects()
|
| /Zephyr-latest/boards/gd/gd32vf103c_starter/support/ |
| D | openocd.cfg | 5 # https://github.com/riscv/riscv-openocd OpenOCD fork.
|
| /Zephyr-latest/boards/gd/gd32vf103v_eval/support/ |
| D | openocd.cfg | 5 # https://github.com/riscv/riscv-openocd OpenOCD fork.
|
| /Zephyr-latest/boards/st/nucleo_wba52cg/support/ |
| D | openocd.cfg | 2 # openocd fork. See board documentation for more information
|
| /Zephyr-latest/boards/st/nucleo_wba55cg/support/ |
| D | openocd.cfg | 1 # Note: Using OpenOCD using nucloe_wba52cg requires using openocd fork.
|
| /Zephyr-latest/boards/wch/linkw/support/ |
| D | openocd.cfg | 1 # Tested with WCH openOCD liberated fork (https://github.com/jnk0le/openocd-wch)
|
| /Zephyr-latest/boards/pimoroni/pico_plus2/ |
| D | board.cmake | 7 # The Raspberry Pi's OpenOCD fork doesn't, so match their documentation at
|
| /Zephyr-latest/boards/raspberrypi/rpi_pico2/ |
| D | board.cmake | 11 # The Raspberry Pi's OpenOCD fork doesn't, so match their documentation at
|
| /Zephyr-latest/boards/wiznet/w5500_evb_pico2/ |
| D | board.cmake | 11 # The Raspberry Pi's OpenOCD fork doesn't, so match their documentation at
|
| /Zephyr-latest/drivers/pwm/ |
| D | Kconfig.nrf_sw | 19 channel and two or three (when the fork feature is not available)
|
| /Zephyr-latest/.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-latest/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-latest/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-latest/boards/st/b_u585i_iot02a/ |
| D | board.cmake | 31 # FIXME: openocd runner requires use of STMicro openocd fork.
|
| /Zephyr-latest/samples/tfm_integration/ |
| D | tfm_integration.rst | 38 `git.trustedfirmware.org <https://git.trustedfirmware.org>`_, although a fork
|
| /Zephyr-latest/doc/services/virtualization/ |
| D | ivshmem.rst | 50 Jailhouse by building the Siemens fork of QEMU, and modifying the QEMU launch flags:
|
| /Zephyr-latest/samples/philosophers/ |
| D | README.rst | 15 The philosopher always tries to get the lowest fork first (f1 then f2). When done, he will give 19 is waiting for the second fork to be available.
|
| /Zephyr-latest/boards/seeed/xiao_esp32c3/doc/ |
| D | index.rst | 163 OpenOCD that are not upstreamed yet. Espressif maintains their own fork of
|