Home
last modified time | relevance | path

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

12

/Zephyr-latest/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-latest/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-latest/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-latest/samples/posix/philosophers/src/
Dmain.c50 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/
Dopenocd.cfg5 # https://github.com/riscv/riscv-openocd OpenOCD fork.
/Zephyr-latest/boards/gd/gd32vf103v_eval/support/
Dopenocd.cfg5 # https://github.com/riscv/riscv-openocd OpenOCD fork.
/Zephyr-latest/boards/st/nucleo_wba52cg/support/
Dopenocd.cfg2 # openocd fork. See board documentation for more information
/Zephyr-latest/boards/st/nucleo_wba55cg/support/
Dopenocd.cfg1 # Note: Using OpenOCD using nucloe_wba52cg requires using openocd fork.
/Zephyr-latest/boards/raspberrypi/rpi_pico2/
Dboard.cmake11 # The Raspberry Pi's OpenOCD fork doesn't, so match their documentation at
/Zephyr-latest/drivers/pwm/
DKconfig.nrf_sw19 channel and two or three (when the fork feature is not available)
/Zephyr-latest/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-latest/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-latest/.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-latest/boards/st/b_u585i_iot02a/
Dboard.cmake31 # FIXME: openocd runner requires use of STMicro openocd fork.
/Zephyr-latest/samples/tfm_integration/
Dtfm_integration.rst38 `git.trustedfirmware.org <https://git.trustedfirmware.org>`_, although a fork
/Zephyr-latest/doc/services/virtualization/
Divshmem.rst50 Jailhouse by building the Siemens fork of QEMU, and modifying the QEMU launch flags:
/Zephyr-latest/samples/philosophers/
DREADME.rst15 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/
Dindex.rst185 OpenOCD that are not upstreamed yet. Espressif maintains their own fork of
/Zephyr-latest/boards/m5stack/stamp_c3/doc/
Dindex.rst176 OpenOCD that are not upstreamed yet. Espressif maintains their own fork of
/Zephyr-latest/boards/hardkernel/odroid_go/doc/
Dindex.rst212 OpenOCD that are not upstreamed yet. Espressif maintains their own fork of
/Zephyr-latest/boards/seeed/xiao_esp32c6/doc/
Dindex.rst205 OpenOCD that are not upstreamed yet. Espressif maintains their own fork of

12