Home
last modified time | relevance | path

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

/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/philosophers/src/
Dphil_obj_abstract.h45 #define fork_init(x) osSemaphoreNew(1, 1, &sema_attr[x])
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Dsemaphore.c77 semaphore_id = osSemaphoreNew(1, 1, &sema_attr); in ZTEST()
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dsemaphore.c24 osSemaphoreId_t osSemaphoreNew(uint32_t max_count, uint32_t initial_count, in osSemaphoreNew() function
/Zephyr-latest/include/zephyr/portability/
Dcmsis_os2.h607 osSemaphoreId_t osSemaphoreNew(uint32_t max_count, uint32_t initial_count, const osSemaphoreAttr_t …