Home
last modified time | relevance | path

Searched full:semaphores (Results 1 – 25 of 70) sorted by relevance

123

/Zephyr-Core-3.4.0/samples/subsys/portability/cmsis_rtos_v1/philosophers/
Dsample.yaml25 sample.portability.cmsis_rtos_v1.philosopher.semaphores:
26 extra_args: FORKS=SEMAPHORES
DREADME.rst56 priorities, as well as semaphores and thread sleeping.
/Zephyr-Core-3.4.0/samples/subsys/portability/cmsis_rtos_v2/philosophers/
Dsample.yaml27 sample.portability.cmsis_rtos_v2.philosopher.semaphores:
28 extra_args: FORKS=SEMAPHORES
DREADME.rst56 priorities, as well as semaphores and thread sleeping.
/Zephyr-Core-3.4.0/samples/philosophers/
Dsample.yaml26 sample.kernel.philosopher.semaphores:
27 extra_args: FORKS=SEMAPHORES
/Zephyr-Core-3.4.0/samples/subsys/portability/cmsis_rtos_v1/philosophers/src/
Dphil_obj_abstract.h33 #if FORKS == SEMAPHORES
44 #define fork_type_str "semaphores"
Dmain.c12 * The demo can be configured to use SEMAPHORES or MUTEXES as object types for its
43 #define SEMAPHORES 1 macro
56 #define FORKS SEMAPHORES
/Zephyr-Core-3.4.0/samples/subsys/portability/cmsis_rtos_v2/philosophers/src/
Dphil_obj_abstract.h35 #if FORKS == SEMAPHORES
48 #define fork_type_str "semaphores"
Dmain.c12 * The demo can be configured to use SEMAPHORES or MUTEXES as object types for its
39 #define SEMAPHORES 1 macro
52 #define FORKS SEMAPHORES
/Zephyr-Core-3.4.0/tests/misc/test_build/src/
Dmain.c13 * The hello world demo has two threads that utilize semaphores and sleeping
51 /* define semaphores */
/Zephyr-Core-3.4.0/kernel/
Dsem.c12 * The semaphores are of the 'counting' type, i.e. each 'give' operation will
32 /* We use a system-wide lock to synchronize semaphores, which has
34 * (semaphores are *very* widely used). But per-object locks require
/Zephyr-Core-3.4.0/samples/subsys/tracing/src/
Dmain.c14 * The hello world demo has two threads that utilize semaphores and sleeping
61 /* define semaphores */
/Zephyr-Core-3.4.0/subsys/portability/cmsis_rtos_v1/
DKconfig42 Mention maximum number of semaphores in CMSIS compliant application.
/Zephyr-Core-3.4.0/samples/synchronization/src/
Dmain.c13 * The hello world demo has two threads that utilize semaphores and sleeping
70 /* define semaphores */
/Zephyr-Core-3.4.0/doc/introduction/
Dindex.rst57 * *Inter-thread Synchronization Services* for binary semaphores,
58 counting semaphores, and mutex semaphores.
/Zephyr-Core-3.4.0/samples/synchronization/
DREADME.rst11 and use sleep requests and semaphores to control the rate at which messages
/Zephyr-Core-3.4.0/samples/philosophers/src/
Dmain.c13 * synchronization: SEMAPHORES, MUTEXES, STACKS, FIFOS and LIFOS. To configure
48 #define SEMAPHORES 1 macro
72 #define FORKS SEMAPHORES
Dphil_obj_abstract.h42 #if FORKS == SEMAPHORES
57 #define fork_type_str "semaphores"
/Zephyr-Core-3.4.0/subsys/tracing/
DKconfig228 bool "Tracing Semaphores"
231 Enable tracing Semaphores.
/Zephyr-Core-3.4.0/doc/kernel/services/synchronization/
Dsemaphores.rst3 Semaphores chapter
16 Any number of semaphores can be defined (limited only by available RAM). Each
/Zephyr-Core-3.4.0/samples/cpp/cpp_synchronization/
DREADME.rst14 and use timers and semaphores to control the rate at which messages are
/Zephyr-Core-3.4.0/samples/subsys/edac/src/
Dmain.c27 * delayed_work, mutex and semaphores are not working stable in notification_callback()
/Zephyr-Core-3.4.0/subsys/portability/cmsis_rtos_v2/
DKconfig70 Mention max number of semaphores in CMSIS RTOS V2 compliant application.
/Zephyr-Core-3.4.0/tests/kernel/pending/
DREADME.txt6 kernel objects: FIFOs, LIFOs, semaphores and timers.
/Zephyr-Core-3.4.0/tests/benchmarks/latency_measure/src/
Dsema_test_signal_release.c77 * The routine performs unlock the quite amount of semaphores and then

123