Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dsemaphore.c14 static const osSemaphoreAttr_t init_sema_attrs = {
25 const osSemaphoreAttr_t *attr) in osSemaphoreNew()
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/philosophers/src/
Dphil_obj_abstract.h36 osSemaphoreAttr_t sema_attr[] = {
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Dsemaphore.c62 const osSemaphoreAttr_t sema_attr = {
/Zephyr-latest/include/zephyr/portability/
Dcmsis_os2.h279 } osSemaphoreAttr_t; typedef
607 osSemaphoreId_t osSemaphoreNew(uint32_t max_count, uint32_t initial_count, const osSemaphoreAttr_t