Home
last modified time | relevance | path

Searched refs:osMutexRecursive (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/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-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Dmutex.c18 osMutexRecursive | osMutexPrioInherit,
/Zephyr-latest/doc/services/portability/
Dcmsis_rtos_v2.rst24 ``osMutexRecursive`` is also supported by default. If this attribute is
/Zephyr-latest/include/zephyr/portability/
Dcmsis_os2.h190 #define osMutexRecursive 0x00000001U /* /< Recursive mutex. */ macro