Searched full:semaphores (Results 1 – 25 of 70) sorted by relevance
123
/Zephyr-Core-3.4.0/samples/subsys/portability/cmsis_rtos_v1/philosophers/ |
D | sample.yaml | 25 sample.portability.cmsis_rtos_v1.philosopher.semaphores: 26 extra_args: FORKS=SEMAPHORES
|
D | README.rst | 56 priorities, as well as semaphores and thread sleeping.
|
/Zephyr-Core-3.4.0/samples/subsys/portability/cmsis_rtos_v2/philosophers/ |
D | sample.yaml | 27 sample.portability.cmsis_rtos_v2.philosopher.semaphores: 28 extra_args: FORKS=SEMAPHORES
|
D | README.rst | 56 priorities, as well as semaphores and thread sleeping.
|
/Zephyr-Core-3.4.0/samples/philosophers/ |
D | sample.yaml | 26 sample.kernel.philosopher.semaphores: 27 extra_args: FORKS=SEMAPHORES
|
/Zephyr-Core-3.4.0/samples/subsys/portability/cmsis_rtos_v1/philosophers/src/ |
D | phil_obj_abstract.h | 33 #if FORKS == SEMAPHORES 44 #define fork_type_str "semaphores"
|
D | main.c | 12 * 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/ |
D | phil_obj_abstract.h | 35 #if FORKS == SEMAPHORES 48 #define fork_type_str "semaphores"
|
D | main.c | 12 * 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/ |
D | main.c | 13 * The hello world demo has two threads that utilize semaphores and sleeping 51 /* define semaphores */
|
/Zephyr-Core-3.4.0/kernel/ |
D | sem.c | 12 * 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/ |
D | main.c | 14 * 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/ |
D | Kconfig | 42 Mention maximum number of semaphores in CMSIS compliant application.
|
/Zephyr-Core-3.4.0/samples/synchronization/src/ |
D | main.c | 13 * The hello world demo has two threads that utilize semaphores and sleeping 70 /* define semaphores */
|
/Zephyr-Core-3.4.0/doc/introduction/ |
D | index.rst | 57 * *Inter-thread Synchronization Services* for binary semaphores, 58 counting semaphores, and mutex semaphores.
|
/Zephyr-Core-3.4.0/samples/synchronization/ |
D | README.rst | 11 and use sleep requests and semaphores to control the rate at which messages
|
/Zephyr-Core-3.4.0/samples/philosophers/src/ |
D | main.c | 13 * synchronization: SEMAPHORES, MUTEXES, STACKS, FIFOS and LIFOS. To configure 48 #define SEMAPHORES 1 macro 72 #define FORKS SEMAPHORES
|
D | phil_obj_abstract.h | 42 #if FORKS == SEMAPHORES 57 #define fork_type_str "semaphores"
|
/Zephyr-Core-3.4.0/subsys/tracing/ |
D | Kconfig | 228 bool "Tracing Semaphores" 231 Enable tracing Semaphores.
|
/Zephyr-Core-3.4.0/doc/kernel/services/synchronization/ |
D | semaphores.rst | 3 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/ |
D | README.rst | 14 and use timers and semaphores to control the rate at which messages are
|
/Zephyr-Core-3.4.0/samples/subsys/edac/src/ |
D | main.c | 27 * delayed_work, mutex and semaphores are not working stable in notification_callback()
|
/Zephyr-Core-3.4.0/subsys/portability/cmsis_rtos_v2/ |
D | Kconfig | 70 Mention max number of semaphores in CMSIS RTOS V2 compliant application.
|
/Zephyr-Core-3.4.0/tests/kernel/pending/ |
D | README.txt | 6 kernel objects: FIFOs, LIFOs, semaphores and timers.
|
/Zephyr-Core-3.4.0/tests/benchmarks/latency_measure/src/ |
D | sema_test_signal_release.c | 77 * The routine performs unlock the quite amount of semaphores and then
|
123