Searched refs:osMutexRecursive (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/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-latest/tests/subsys/portability/cmsis_rtos_v2/src/ |
D | mutex.c | 18 osMutexRecursive | osMutexPrioInherit,
|
/Zephyr-latest/doc/services/portability/ |
D | cmsis_rtos_v2.rst | 24 ``osMutexRecursive`` is also supported by default. If this attribute is
|
/Zephyr-latest/include/zephyr/portability/ |
D | cmsis_os2.h | 190 #define osMutexRecursive 0x00000001U /* /< Recursive mutex. */ macro
|