Home
last modified time | relevance | path

Searched refs:fork (Results 1 – 25 of 34) sorted by relevance

12

/Zephyr-Core-3.5.0/samples/philosophers/src/
Dmain.c90 #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()
Dphil_obj_abstract.h139 #error unknown fork type
/Zephyr-Core-3.5.0/samples/subsys/portability/cmsis_rtos_v1/philosophers/src/
Dmain.c72 #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()
Dphil_obj_abstract.h61 #error unknown fork type
/Zephyr-Core-3.5.0/samples/subsys/portability/cmsis_rtos_v2/philosophers/src/
Dmain.c68 #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()
Dphil_obj_abstract.h67 #error unknown fork type
/Zephyr-Core-3.5.0/boards/riscv/gd32vf103c_starter/support/
Dopenocd.cfg5 # https://github.com/riscv/riscv-openocd OpenOCD fork.
/Zephyr-Core-3.5.0/boards/riscv/gd32vf103v_eval/support/
Dopenocd.cfg5 # https://github.com/riscv/riscv-openocd OpenOCD fork.
/Zephyr-Core-3.5.0/boards/arm/b_u585i_iot02a/
Dboard.cmake23 # FIXME: openocd runner requires use of STMicro openocd fork.
/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
20 for the second fork to be available.
/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
20 for the second fork to be available.
/Zephyr-Core-3.5.0/.github/ISSUE_TEMPLATE/
D001_bug_report.md17 fork (such as NCS) specific feature, please open an issue in the fork project
D007_ext-source.md34 in the main tree or as a module (pointing to your own fork for now). Make sure
/Zephyr-Core-3.5.0/drivers/pwm/
DKconfig.nrf_sw20 channel and two or three (when the fork feature is not available)
/Zephyr-Core-3.5.0/samples/tfm_integration/
Dtfm_integration.rst44 `git.trustedfirmware.org <https://git.trustedfirmware.org>`_, although a fork
/Zephyr-Core-3.5.0/doc/services/virtualization/
Divshmem.rst50 Jailhouse by building the Siemens fork of QEMU, and modifying the QEMU launch flags:
/Zephyr-Core-3.5.0/samples/philosophers/
DREADME.rst14 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/
Dindex.rst175 OpenOCD that are not upstreamed yet. Espressif maintains their own fork of
/Zephyr-Core-3.5.0/boards/xtensa/esp32_net/doc/
Dindex.rst68 OpenOCD that are not upstreamed yet. Espressif maintains their own fork of
/Zephyr-Core-3.5.0/boards/xtensa/odroid_go/doc/
Dindex.rst217 OpenOCD that are not upstreamed yet. Espressif maintains their own fork of
/Zephyr-Core-3.5.0/boards/riscv/xiao_esp32c3/doc/
Dindex.rst190 OpenOCD that are not upstreamed yet. Espressif maintains their own fork of
/Zephyr-Core-3.5.0/boards/xtensa/heltec_wifi_lora32_v2/doc/
Dindex.rst161 OpenOCD that are not upstreamed yet. Espressif maintains their own fork of
/Zephyr-Core-3.5.0/boards/riscv/esp32c3_devkitm/doc/
Dindex.rst211 OpenOCD that are not upstreamed yet. Espressif maintains their own fork of
/Zephyr-Core-3.5.0/boards/riscv/esp32c3_luatos_core/doc/
Dindex.rst229 OpenOCD that are not upstreamed yet. Espressif maintains their own fork of
/Zephyr-Core-3.5.0/doc/services/device_mgmt/
Dmcumgr_backporting.rst16 The Zephyr fork used in version 2.7 and earlier is `located here <https://github.com/zephyrproject-…

12