Home
last modified time | relevance | path

Searched refs:osMutexPrioInherit (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.7.0/samples/subsys/portability/cmsis_rtos_v2/philosophers/src/
Dphil_obj_abstract.h53 {"Mutex0", osMutexRecursive | osMutexPrioInherit, NULL, 0U},
54 {"Mutex1", osMutexRecursive | osMutexPrioInherit, NULL, 0U},
55 {"Mutex2", osMutexRecursive | osMutexPrioInherit, NULL, 0U},
56 {"Mutex3", osMutexRecursive | osMutexPrioInherit, NULL, 0U},
57 {"Mutex4", osMutexRecursive | osMutexPrioInherit, NULL, 0U},
58 {"Mutex5", osMutexRecursive | osMutexPrioInherit, NULL, 0U}
/Zephyr-Core-3.7.0/subsys/portability/cmsis_rtos_v2/
Dmutex.c16 .attr_bits = osMutexPrioInherit,
36 __ASSERT(attr->attr_bits & osMutexPrioInherit, in osMutexNew()
/Zephyr-Core-3.7.0/tests/subsys/portability/cmsis_rtos_v2/src/
Dmutex.c18 osMutexRecursive | osMutexPrioInherit,
/Zephyr-Core-3.7.0/doc/services/portability/
Dcmsis_rtos_v2.rst21 ``osMutexPrioInherit`` is supported by default and is not configurable,
/Zephyr-Core-3.7.0/include/zephyr/portability/
Dcmsis_os2.h191 #define osMutexPrioInherit 0x00000002U /* /< Priority inherit protocol. */ macro