Searched refs:osMutexPrioInherit (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.7.0/samples/subsys/portability/cmsis_rtos_v2/philosophers/src/ |
D | phil_obj_abstract.h | 53 {"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/ |
D | mutex.c | 16 .attr_bits = osMutexPrioInherit, 36 __ASSERT(attr->attr_bits & osMutexPrioInherit, in osMutexNew()
|
/Zephyr-Core-3.7.0/tests/subsys/portability/cmsis_rtos_v2/src/ |
D | mutex.c | 18 osMutexRecursive | osMutexPrioInherit,
|
/Zephyr-Core-3.7.0/doc/services/portability/ |
D | cmsis_rtos_v2.rst | 21 ``osMutexPrioInherit`` is supported by default and is not configurable,
|
/Zephyr-Core-3.7.0/include/zephyr/portability/ |
D | cmsis_os2.h | 191 #define osMutexPrioInherit 0x00000002U /* /< Priority inherit protocol. */ macro
|